随笔分类 - element UI
摘要://main.js内添加下方代码import zhLang from 'element-ui/lib/locale/lang/zh-CN'; // 官方的中文国际化 import configCn from '@/config/cn';//覆盖官方的 Vue.use(Element, { local
阅读全文
摘要:setTimeout(()=> { this.$nextTick(()=> {//dom更新后执行 try{ this.$refs.multipleTable.doLayout()//重新计算table布局 }catch(e){ console.log(e); } }) },800)
阅读全文