摘要:
项目参考 "nextJs yicha" 1. 采用方案 create next app、antd (1)安装 npx create next app example with ant design myApp 2. 样式加载方案 less + cssModule 3. 同时使用css和sass // 阅读全文
摘要:
1. Element UI 的 el tree 组件当设置了 show checkbox 属性以后,默认是只能多选的,如果我们想要将其改选为单选,就要进行一些特殊的处理,首先看效果图。 2. 组件代码(只列出el tree组件相关的代码) 3. 处理 handleCheckChange 事件 阅读全文