240 发简信
IP属地:湖南
  • Vue.extend创建实例如何共享主实例上的store

    main.js: window.$globalHub = new Vue({ router, store, render: h => h(App...