Untitled
unknown
plain_text
2 years ago
196 B
5
Indexable
// 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');
Editor is loading...