mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-21 13:18:58 +08:00
【调整】申请证书配置CA选项增加liteSSL证书
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
import { Transition, type Component as ComponentType, h } from 'vue'
|
||||
import { RouterView } from 'vue-router'
|
||||
import AllinSslThemeProvider from '@/components/AllinSslThemeProvider'
|
||||
|
||||
|
||||
export default defineComponent({
|
||||
name: 'App',
|
||||
setup() {
|
||||
return () => (
|
||||
<AllinSslThemeProvider>
|
||||
<RouterView>
|
||||
{({ Component }: { Component: ComponentType }) => (
|
||||
<Transition name="route-slide" mode="out-in">
|
||||
{Component && h(Component)}
|
||||
</Transition>
|
||||
)}
|
||||
</RouterView>
|
||||
</AllinSslThemeProvider>
|
||||
)
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user