Ssanbei1011
8b0fc387创建于 2025年3月25日历史提交
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'

createApp(App).mount('#app')