fix: 添加 props 声明

This commit is contained in:
winixt 2024-11-29 18:35:52 +08:00
parent 38758fdfec
commit 68168018a7

View File

@ -1,5 +1,5 @@
import { defineComponent, watch, onUnmounted } from 'vue';
// eslint-disable-next-line import/extensions
import { defineComponent, onUnmounted, watch } from 'vue';
import { MicroApp } from './MicroApp';
export const MicroAppWithMemoHistory = defineComponent({
@ -11,6 +11,7 @@ export const MicroAppWithMemoHistory = defineComponent({
type: String,
required: true,
},
entry: String,
cacheName: String,
settings: Object,
props: Object,