Skip to content

Commit 7fa2ea3

Browse files
committed
docs: fix import of component on readme
1 parent a9827f2 commit 7fa2ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The simplest way to render components is as a VueJs template:
1818
</template>
1919
2020
<script>
21-
import VueLive from "vue-live";
21+
import { VueLive } from "vue-live";
2222
import DatePicker from "vuejs-datepicker"
2323
2424
export default {

0 commit comments

Comments
 (0)