misc. changes
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { createApp } from "vue";
|
||||
import HelloWorld from "./components/HelloWorld.vue";
|
||||
import Stats from "./components/Stats.vue";
|
||||
import Test from "./components/Test.vue";
|
||||
|
||||
const app = createApp({});
|
||||
|
||||
app.component("hello-world", Stats);
|
||||
app.component("stats", Stats);
|
||||
|
||||
(window as any).app = app;
|
||||
|
||||
app.mount("#app");
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user