摘要:
// The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with an alias. import Vue 阅读全文
摘要:
import Vue from 'vue' import Router from 'vue-router' import login from '@/components/login/login' import management from '@/components/management' Vu 阅读全文