08 2018 档案

摘要: 阅读全文
posted @ 2018-08-10 16:56 小蘑菇123
摘要:在config文件夹下的 index.js 里面,查找build,在builid方法里面,添加一行:assetsPublicPath: './' 例: 在build文件夹下的utils.js里面,查找options.extract,添加一行publicPath:'../../' 例: 阅读全文
posted @ 2018-08-10 14:21 小蘑菇123 阅读(315) 评论(0) 推荐(0)
摘要:在页面的<style> 后,加上scoped, 例: scoped是实现样式的私有化,使样式不容易被覆盖,不容易被修改,只对当前页面有效 阅读全文
posted @ 2018-08-09 11:27 小蘑菇123 阅读(1542) 评论(0) 推荐(0)