mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
12 lines
177 B
Vue
12 lines
177 B
Vue
<script setup>
|
|
import DefaultTheme from 'vitepress/theme'
|
|
const { Layout } = DefaultTheme
|
|
</script>
|
|
|
|
<template>
|
|
<Layout />
|
|
</template>
|
|
|
|
<style scoped lang="less">
|
|
|
|
</style>
|