初始版本提交
This commit is contained in:
9
src/views/sys/iframe/FrameBlank.vue
Normal file
9
src/views/sys/iframe/FrameBlank.vue
Normal file
@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
export default defineComponent({
|
||||
name: 'FrameBlank',
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user