移动端适配、vant

This commit is contained in:
du.meimei
2025-02-27 18:07:29 +08:00
parent 159d3dfac5
commit a133e37eb9
8 changed files with 10680 additions and 10 deletions

View File

@@ -10,6 +10,14 @@ import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
// https://vitejs.dev/config/
export default defineConfig({
css: {
postcss:{
plugins:[
// postCssPxToRem({
// rootValue:37.5,
// propList:['*'],
// })
]
},
preprocessorOptions: {
scss: {}
}