mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-12 05:01:39 +08:00
10 lines
203 B
Vue
10 lines
203 B
Vue
<template>
|
|
<GiIframe src="https://api.continew.top/doc.html"></GiIframe>
|
|
</template>
|
|
|
|
<script lang='ts' setup>
|
|
defineOptions({ name: 'AboutDocumentApi' })
|
|
</script>
|
|
|
|
<style scoped lang="scss"></style>
|