sreed-web-programming/src/main.js

5 lines
90 B
JavaScript

import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')