mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-01-22 23:50:22 +08:00
10 lines
187 B
Vue
10 lines
187 B
Vue
<template>
|
|
<AppPage full>
|
|
<iframe :src="route.meta.originPath" frameborder="0" class="wh-full"></iframe>
|
|
</AppPage>
|
|
</template>
|
|
|
|
<script setup>
|
|
const route = useRoute()
|
|
</script>
|