diff options
Diffstat (limited to 'src/main.js')
-rw-r--r-- | src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index 164d290..a1d7b47 100644 --- a/src/main.js +++ b/src/main.js | |||
@@ -10,4 +10,4 @@ app.component("DynamicStyle", (_props, context) => { | |||
10 | return h("style", {}, context.slots); | 10 | return h("style", {}, context.slots); |
11 | }); | 11 | }); |
12 | 12 | ||
13 | app.mount("#app"); | 13 | app.mount("#app-mount"); |