mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-10 06:59:59 +08:00
10 lines
213 B
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>
|