Explorar el Código

修改autofix初始化配置

tongshangming hace 6 meses
padre
commit
d28bb58f5f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -6,6 +6,7 @@ const locale = zhCn
 
 onMounted(() => {
   autofit.init({
+    el: '#app',
     ignore: ['div[id*="el-popper-container"]'],
   })
 })