We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56afa02 commit 22ff8e6Copy full SHA for 22ff8e6
website/src/App.vue
@@ -152,7 +152,7 @@ const localImportSnippet = ref(
152
`import { VueSignaturePad } from '@selemondev/vue3-signature-pad'`,
153
)
154
const nuxiSnippet = ref(
155
- `npx nuxi@latest module add @selemondev/nuxt-signature-pad`,
+ `npx nuxi@latest module add nuxt-signature-pad`,
156
157
const vueSignaturePadTypes = ref(`export interface Point {
158
x: number
0 commit comments