rescomps
v0.2.13
Published
<!-- * @Descripttion: * @Version: * @Author: jiaoxingxing * @Date: 2022-07-15 13:58:57 * @LastEditors: jiaoxingxing * @LastEditTime: 2022-09-22 09:00:48 -->
Downloads
8
Readme
resource-components
资源开发的公共组件
Getting started
开发组件
开发的组件统一从根目录 index.js 中导出
说明
流转
所有的接口都是写在 Store 中,视图通过 action 获取到数据模型,通过 action,调用 store 的方法。 视图->Action->store
store
在上面的流程上,如何拿到项目中的 Store 是重中之重
可以通过项目中的this.$store
获取,作为参数导入组件中