mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
8 lines
162 B
Vue
8 lines
162 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<iframe src="https://cn.vitejs.dev/guide/" frameborder="0" class="wh-full" />
|
|
</template>
|
|
|
|
<style scoped></style>
|