feat: 路由

This commit is contained in:
手瓜一十雪
2024-11-15 10:41:55 +08:00
parent f83bf197d2
commit 9b20e9db29
7 changed files with 44 additions and 18 deletions

View File

@@ -10,13 +10,14 @@ import {
Option as TOption
} from 'tdesign-vue-next';
import { router } from './router';
const app = createApp(App);
app.use(router);
app.use(TButton);
app.use(TInput);
app.use(TForm);
app.use(TFormItem);
app.use(TSelect);
app.use(TOption);
app.mount('#app');