refactor:移除 src,统一小写

This commit is contained in:
YunaiV
2025-04-18 18:38:34 +08:00
parent 87c6074e19
commit 7078e979fe
6 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
<script setup lang="ts">
// TODO @ src
import { onMounted, ref } from 'vue'
interface IFrameProps {

View File

@@ -1,3 +1,3 @@
import IFrame from './src/IFrame.vue'
import IFrame from './iframe.vue'
export { IFrame }