摘要: 组件文件写好后,将其在html中引用。 <div> //组件文件名 <shopList></shopList> </div> 在js中引入。 import shopList from '@/components/publicCom/shopList'; 定义组件。 export default{ c 阅读全文
posted @ 2020-08-21 15:36 WillaWilla 阅读(193) 评论(0) 推荐(0)