Skip to content

Commit 181618c

Browse files
authored
Update README.md
1 parent 589a903 commit 181618c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The simplest way to render components is as a VueJs template:
2323
2424
<script>
2525
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";
2628
import DatePicker from "vuejs-datepicker"
2729
2830
export default {

0 commit comments

Comments
 (0)