随笔分类 -  vue

摘要:先放写法,下面说明 1. //模块文件const vxModel={ state: { //.... }, mutations: { //.... }, actions: { //.... }, getters: { //.... }, } export default vxModel 之后引用在i 阅读全文
posted @ 2022-01-19 00:14 逐云去 阅读(393) 评论(0) 推荐(0)