摘要: https://www.antdv.com/components/modal-cn/ 对话框基本使用 <template> <div> <a-button type="primary" @click="showModal"> 显示模态框 </a-button> <a-modal title="模态框 阅读全文
posted @ 2020-11-17 18:14 makalo 阅读(34420) 评论(1) 推荐(2)
摘要: 报错信息: vue.runtime.esm.js?2b0e:619 [Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-com 阅读全文
posted @ 2020-11-17 15:34 makalo 阅读(1916) 评论(0) 推荐(1)
摘要: 需要把vue路由从history模式改为hash模式,即可解决后端路由和vue路由冲突,刷新后vue页面正常 如: 阅读全文
posted @ 2020-11-17 10:13 makalo 阅读(965) 评论(0) 推荐(0)