摘要:
白屏原因:安卓低版本无法解析es6语法,需要借助babel把es6转化为es5 安装npm install @babel/polyfill 在main.js第一行引入import '@babel/polyfill' //vue.config.js非常重要 const path = require(' 阅读全文
posted @ 2021-10-11 15:11
chicidol
阅读(598)
评论(0)
推荐(0)
摘要:
//store->modules->app.js const state = { third: false, } const mutations = { SET_THIRD: (state, third) => { state.third = third }, } const actions = { 阅读全文
posted @ 2021-10-08 14:30
chicidol
阅读(27)
评论(0)
推荐(0)
浙公网安备 33010602011771号