Fork自 虎纹鲨鱼 / GPT-Chat-UI
import { createApp } from 'vue' import App from './App.vue' import './assets/reset.css' createApp(App).mount('#app')