Skip to content

Commit

Permalink
fix mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Oct 29, 2023
1 parent cfd3e72 commit 272d7c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
import { createApp } from "vue";
import App from "./App.vue";

const app = createApp(App);

app.mount("#app");

0 comments on commit 272d7c0

Please sign in to comment.