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:
9
src/views/iframe/index.vue
Normal file
9
src/views/iframe/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user