1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 20:10:22 +08:00

feat: 外链可内嵌打开

This commit is contained in:
zclzone
2024-03-15 16:20:38 +08:00
parent fd9480e92f
commit 04723ffbfa
6 changed files with 86 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
<template>
<AppPage full>
<iframe :src="route.meta.originPath" frameborder="0" class="wh-full"></iframe>
</AppPage>
</template>
<script setup>
const route = useRoute()
</script>