Skip to content

Commit 547301c

Browse files
committed
fix: 修复引入顺序导致异常
1 parent d956cd2 commit 547301c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable simple-import-sort/imports */
2-
import TDesign from 'tdesign-vue-next';
32
import { createApp } from 'vue';
3+
import TDesign from 'tdesign-vue-next';
44

55
import App from './App.vue';
66
import router from './router';

0 commit comments

Comments
 (0)