@@ -121,13 +129,14 @@ export const Interactive: Story = {
return { clickCount, isLoading, handleClick }
},
template: `
-
+
-
Clicks: {{ clickCount }}
+
Clicks: {{ clickCount }}
`,
}),
diff --git a/packages/playground/stories/Example.stories.ts b/packages/playground/stories/Example.stories.ts
index 8c7e5e8..cba9589 100644
--- a/packages/playground/stories/Example.stories.ts
+++ b/packages/playground/stories/Example.stories.ts
@@ -1,4 +1,4 @@
-import type { Meta, StoryObj } from '@storybook/vue3'
+import type { Meta, StoryObj } from '@storybook/vue3-vite'
const meta = {
title: 'Example/Welcome',
@@ -14,12 +14,12 @@ type Story = StoryObj
export const Welcome: Story = {
render: () => ({
template: `
-
-
+
+
Nychthemeron Component Library
-
- Interactive playground for Vue components with PrimeVue + Tailwind
+
+ Interactive playground for Vue components with PrimeVue
`,