uniapp 配置项目基础路径
在manifest.json文件中
在manifest.json文件中
项目需求需要在vue中展示pdf,vue-pdf这个插件非常好用,并且还有许多方法、属性能进行功能扩展。
目录为 mp
//vue.config.js 改为
publicPath: '/mp/',
const createRouter = () =>
new Router({
base: '/mp/', //改为
mode: 'history', // require service support
scrollBehavior: () => ({ y: 0 }),
routes: constantRoutes
})
前言
随着版本的更新Element UI新增了新的组件,例如:Image,没错今天被我发了Image下面可通过 previewSrcList 开启预览大图的功能。
如果你希望使用全局 state 和 getter,rootState 和 rootGetters 会作为第三和第四参数传入 getter,也会通过 context 对象的属性传入 action。