mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
11 lines
235 B
Vue
11 lines
235 B
Vue
<template>
|
|
<div class="h-full">
|
|
<iframe class="wh-full" :src="src"></iframe>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
const src = 'https://www.naiveui.com/zh-CN/os-theme/docs/introduction';
|
|
</script>
|
|
<style scoped></style>
|