先试用uni-ui吧

This commit is contained in:
aixianling
2023-01-05 18:05:06 +08:00
parent a8db7468c2
commit d8d83395a9
3 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import {defineConfig} from 'vite'
import uni from '@dcloudio/vite-plugin-uni'
export default defineConfig({
optimizeDeps: ['@dcloudio/uni-ui'],
plugins: [
uni(),
],