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 589a903 commit 181618cCopy full SHA for 181618c
README.md
@@ -23,6 +23,8 @@ The simplest way to render components is as a VueJs template:
23
24
<script>
25
import { VueLive } from "vue-live";
26
+// if you are using vue-cli, you have to import the css separately
27
+import "vue-live/lib/vue-live.esm.css";
28
import DatePicker from "vuejs-datepicker"
29
30
export default {
0 commit comments