摘要:
一、抽取首页商家列表作为单独组件 1.抽取商家列表组件src/components/shoplist/shoplist.vue 同时不要忘记把msite下的images/shop | stars拿来 <template> <div class="shop_container"> <ul class= 阅读全文
摘要:
懒加载:又叫延时加载,即在需要的时候进行加载,随用即载 【相关问题】import() webpack4懒加载使用变量报错解决:https://www.cnblogs.com/chenxi188/p/13662036.html import和require的区别 node编程中最重要的思想就是模块化, 阅读全文