소스 검색

修改autofix初始化配置

tongshangming 6 달 전
부모
커밋
d28bb58f5f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"]'],
   })
 })