简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
瞎找了一天都没找到问题所在(问题代码)/* eslint-disable no-new */new Vue({el: '#App',router,template: '<App/>',components: { App }})// new Vue({// 全局构造函数//el: '#app', // 对象装载的位置...
1、引入vue.js对应的取数据接口import { dictPage } from '@/api/dict/dictType/index'; 2、定义一个字段,页面渲染的时候初始化dictOptions: [], return中还有很多数据暂时删除了方便截图3、写一个函数,调用接口函数,回调数...
错误代码D:\workspace\xxx\src\main.jsconst routes = new VueRouter({routes: [{path: '/apple',component: Apple},{path: '/banana',component: B...
错误代码let store = new Vuex({state: {totalPrice: 0},mutations: {increment (state, price) {state.totalPrice += price},decrement (state, price) ...
1、引入vue.js对应的取数据接口import { dictPage } from '@/api/dict/dictType/index'; 2、定义一个字段,页面渲染的时候初始化dictOptions: [], return中还有很多数据暂时删除了方便截图3、写一个函数,调用接口函数,回调数...