01 2021 档案
摘要:VueX 是一个专门为 Vue.js 应用设计的状态管理构架,统一管理和维护各个vue组件的可变化状态(你可以理解成 vue 组件里的某些 data )。 Vuex有五个核心概念: state, getters, mutations, actions, modules。 1. state:vuex的
阅读全文
摘要:1、多行溢出 width: 4rem; // height: 2.1rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; /* autoprefixer: off */ -webkit-box-orient: ve
阅读全文
摘要:BraftEditor使用总结 这里实现的是,参数管理功能,新建或者编辑的时候会弹出一个Modal。这里使用antdesign实现,然后在里面编辑富文本信息,点击保存提交给后台,或者是取消编辑。如图所示一.安装npm install --save @types/braft-editor二.使用方法因
阅读全文

浙公网安备 33010602011771号