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 e48eebf commit cd3d861Copy full SHA for cd3d861
vueLiveWithLayout.js
@@ -6,7 +6,7 @@ import layout from "./layout.vue";
6
if (typeof window !== "undefined" && window.global === undefined) {
7
window.global = {};
8
}
9
-const { VueLive } = require("vue-live");
+const { VueLive } = require("vue-live/dist/vue-live.common");
10
11
export default {
12
functional: true,
0 commit comments