Nav apraksta

result.js 155B

    import '@/libs/common.js'; import store from '@/store/index'; import App from './result.vue'; new Vue({ el: '#app', store, render: h => h(App) });