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.
2 parents 30d8154 + e25bb54 commit ad86422Copy full SHA for ad86422
docs/installation/index.md
@@ -39,7 +39,7 @@ Then import and register component
39
**Note**: `css` file is imported separately
40
41
```js
42
-import VueDatePicker from '@vuepic/vue-datepicker';
+import { VueDatePicker } from '@vuepic/vue-datepicker';
43
import '@vuepic/vue-datepicker/dist/main.css'
44
```
45
@@ -138,4 +138,4 @@ export default defineNuxtConfig({
138
})
139
140
141
-That's it, you are ready to go
+That's it, you are ready to go
0 commit comments