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 081f961 commit 841f104Copy full SHA for 841f104
demo/App.vue
@@ -43,7 +43,7 @@ export default {
43
codeJs,
44
codeChicago,
45
CustomLayout,
46
- chicagoRequires: { chicagoNeighbourhoods: all }
+ chicagoRequires: { "./chicagoNeighbourhoods": all }
47
};
48
}
49
demo/assets/Chicago.jsx
@@ -1,4 +1,4 @@
1
-import all from "chicagoNeighbourhoods";
+import all from "./chicagoNeighbourhoods";
2
let i = 4;
3
const sel = [];
4
const getIndex = () => {
src/Preview.vue
@@ -94,6 +94,7 @@ export default {
94
95
} catch (e) {
96
this.handleError(e);
97
+ return;
98
99
100
data.components = this.components;
0 commit comments