whycwx
2021-07-30 b9adfa8f6e54151b8f87dfade7866d2e60ce743e
src/main.js
@@ -1,5 +1,5 @@
import Vue from 'vue'
import axios from './assets/js/axios'
import {
  Toast,
  Notify,
@@ -51,6 +51,7 @@
Vue.prototype.$notify = Notify;
Vue.prototype.$dialog = Dialog;
Vue.prototype.$toast = Toast;
Vue.prototype.$axios = axios;
new Vue({
  router,