mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
smtp setting add encryption
This commit is contained in:
Vendored
+7
-1
@@ -4,4 +4,10 @@ import ElementPlus from 'element-plus'
|
||||
import router from './router/index'
|
||||
import 'element-plus/theme-chalk/index.css'
|
||||
import './styles/common.scss'
|
||||
createApp(App).use(ElementPlus).use(router).mount('#app')
|
||||
import * as ElIcons from '@element-plus/icons-vue'
|
||||
|
||||
const app = createApp(App)
|
||||
for (const name in ElIcons) {
|
||||
app.component(name, ElIcons[name])
|
||||
}
|
||||
app.use(ElementPlus).use(router).mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user