From 13b4f71d7854a1765b5fafd1366f28b201331314 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 30 Nov 2021 14:40:18 +0800 Subject: [PATCH] chore: remove redundant files --- template/code/typescript-router/src/main.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 template/code/typescript-router/src/main.ts diff --git a/template/code/typescript-router/src/main.ts b/template/code/typescript-router/src/main.ts deleted file mode 100644 index c8e37b03..00000000 --- a/template/code/typescript-router/src/main.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { createApp } from 'vue' -import App from './App.vue' -import router from './router' - -const app = createApp(App) - -app.use(router) - -app.mount('#app') -- 2.39.5