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

Commit f1e0f6e

Browse files
authored
Merge pull request #26 from patrikkaprinay/patch-1
added ';'
2 parents f5b569c + 32b55ab commit f1e0f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { createApp } from "vue";
4545
import App from './App.vue';
4646

4747
import Datepicker from 'vue3-date-time-picker';
48-
import 'vue3-date-time-picker/dist/main.css'
48+
import 'vue3-date-time-picker/dist/main.css';
4949

5050
const app = createApp(App);
5151
app.component('Datepicker', Datepicker);
@@ -66,4 +66,4 @@ app.component('Datepicker', Datepicker);
6666

6767
## License
6868

69-
[MIT](https://github.com/Vuepic/vue3-date-time-picker/blob/master/LICENSE)
69+
[MIT](https://github.com/Vuepic/vue3-date-time-picker/blob/master/LICENSE)

0 commit comments

Comments
 (0)