摘要: ​ ​​ 经过排查发现问题是,components引入的组件配置名称的时候,Component的名字和vue文件的name名字重复,就会出现栈溢出的 error 修改一下compoent的名字或者 vue文件的名字就好 ​ 阅读全文
posted @ 2022-02-13 11:51 yu4hao4 阅读(118) 评论(0) 推荐(0)
摘要: 先 install mavon-editor 插件 npm install mavon-editor --save 然后,配置plugins, mavon-editor.js import Vue from 'vue'; import mavonEditor from 'mavon-editor'; 阅读全文
posted @ 2022-02-12 11:25 yu4hao4 阅读(82) 评论(0) 推荐(0)
摘要: ​ Mapper层,添加 @Param("query") ,这个query用于后面xml的编写 ClassroomStructureVO getScheduleByCycleAndClass(@Param("query") Map<String, Object> query); xml文件,通过qu 阅读全文
posted @ 2022-02-11 17:18 yu4hao4 阅读(495) 评论(0) 推荐(0)