mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 03:05:07 +08:00
fix: 添加 props 声明
This commit is contained in:
parent
38758fdfec
commit
68168018a7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user