随笔分类 - Vue
vue-ant-admin路由模式、部署到服务器相应配置修改
摘要:vue-ant-admin路由模式、部署到服务器相应配置修改 路由模式修改 未修改前,地址带#,现修改为mode='history' 修改src/router/index.js文件 function initRouter(isAsync) { const options = isAsync ? re
Antd-Vue插槽内属性修改
摘要:antd-vue table scopedSlots scopedSlots插槽内属性修改 如下我想要根据状态来控制插槽内a标签点击与不可点击的切换 <span slot="operation" slot-scope="text, record"> <a @click="handleWarehous