Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit 570c7d3

Browse files
committed
docs: Update readme
1 parent dbac0a0 commit 570c7d3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
- Single date picker
1414
- Range date picker
1515
- Time picker
16-
- Full locale support
16+
- Locale support
1717
- Week numbers
18-
- Full SCSS support
18+
- Dark and light theme
1919
- Zero dependencies
2020
- SSR support
2121
- Highly configurable
22-
- Full TS support
22+
- Written in typescript
2323

2424
## Install
2525

@@ -38,6 +38,7 @@ Import and register component
3838
```js
3939
import Vue from "vue";
4040
import Datepicker from "vue3-date-picker";
41+
import 'vue3-date-picker/dist/main.css'
4142

4243
Vue.component("Datepicker", Datepicker);
4344
```
@@ -47,6 +48,7 @@ Vue.component("Datepicker", Datepicker);
4748
```vue
4849
<script>
4950
import Datepicker from "vue3-date-picker";
51+
import 'vue3-date-picker/dist/main.css'
5052
5153
export default {
5254
components: { Datepicker }

0 commit comments

Comments
 (0)