11 2021 档案
摘要:homejs文件中 getters方法名称:homeGetName 我一开始的调用写法: $store.getters["home/homeGetName"] 发现如何都获取不到内容 我的原因是:home/homeGetName内容中 home这个值不是你文件的名称 应该你导出文件时创建的名称 所以
阅读全文
摘要:子插槽 <slot :itemA="传递的信息A" :indexB="传递的信息B" name="slotName"></slot> 父插槽 <template v-slot:showName="slotProps" > <button>{{slotProps.itemA}}</button> <h
阅读全文