Untitled
plain_text
2 months ago
196 B
1
Indexable
Never
// main.js import { createApp } from 'vue'; import App from './App.vue'; import apolloPlugin from './apollo-plugin'; const app = createApp(App); app.use(apolloPlugin); app.mount('#app');
// main.js import { createApp } from 'vue'; import App from './App.vue'; import apolloPlugin from './apollo-plugin'; const app = createApp(App); app.use(apolloPlugin); app.mount('#app');