简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
vue-点击添加class 其他标签删除class
body>div id="app">p v-for="(item,$index) in arr" @click="toggle($index)" :class="{active:$index==active}">{{item}}p>div>script>var app=new Vue({
vuex中$store is not defined
1.store.jsimport Vue from 'vue'import Vuex from 'vuex'Vue.use(Vuex)const state = {count: 0}export default new Vuex.Store({state})2.main.js// The Vue build version to load ...
vue-- 今日头条 头部导航左右滑动效果
body>div id="app">nav>p v-for="(item,$index) in arr" @click="toggle($index)" :class="{active:$index==active}">{{item}}p>nav>div>script>
vue打包的时候报错:TypeError: Cannot read property 'upgrade' of undefined
如果你在打包的时候:TypeError: Cannot read property 'upgrade' of undefined 这个错误出现 是因为在配置文件里,吧这块的 跨域配置注释掉。就ok了
到底了