init.js 97 B

12345
  1. import { createApp } from 'vue'
  2. import App from "./App.vue";
  3. export const app = createApp(App)