Files
continew-admin-ui/src/views/about/document/changelog/index.vue

10 lines
213 B
Vue

<template>
<GiIframe src="https://continew.top/admin/changelog/"></GiIframe>
</template>
<script lang='ts' setup>
defineOptions({ name: 'AboutDocumentChangelog' })
</script>
<style scoped lang="scss"></style>