多租户平台
This commit is contained in:
7
vite/plugins/unocss.ts
Normal file
7
vite/plugins/unocss.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import UnoCss from 'unocss/vite';
|
||||
|
||||
export default () => {
|
||||
return UnoCss({
|
||||
hmrTopLevelAwait: false // unocss默认是true,低版本浏览器是不支持的,启动后会报错
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user