mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-17 03:32:02 +08:00
【调整】申请证书配置CA选项增加liteSSL证书
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { createApp } from 'vue'
|
||||
// 导入全局样式
|
||||
import './styles/index.css'
|
||||
// 导入根组件
|
||||
import App from './App.vue'
|
||||
|
||||
// 创建 Vue 应用实例
|
||||
const app = createApp(App)
|
||||
// 挂载应用到 DOM
|
||||
app.mount('#app')
|
||||
Reference in New Issue
Block a user