摘要:
安装 npm install vue-ba --save 快速上手 直接在页面中引用 <script src="./node_modules/vue-uweb/dist/index.js"><script> 或者通过es6模块加载 import ba from 'vue-ba' 使用vue-ba插件 阅读全文
摘要:
vue template 中可以使用根路径加载图片 <img :src="require('@/assets/img/logo.svg')" /> scss中是不能这样写的 css loader 会把非根路径的url解析为相对路径……但是又不能写成根路径/(不转译),因为没有 scss中的图片能不能 阅读全文