import { createApp } from 'vue' import App from './App.vue' import '@/assets/main.scss'; // new code createApp(App).mount('#app').
確定! 回上一頁