Skip to content

Commit d2ea9ba

Browse files
authored
fix: import reset.css for website (#862)
1 parent d52c26a commit d2ea9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/mobile/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import DemoBlock from './components/demo-block.vue';
55
import router from './router';
66

77
import TDesign from '@/index';
8+
import '@common/style/mobile/_reset.less';
89
import '../styles/mobile/index.less';
910

1011
createApp(app)

0 commit comments

Comments
 (0)