mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-24 10:20:37 +08:00
fix: add onRouterInit define
This commit is contained in:
parent
736807d9e8
commit
96d3d539fe
@ -32,7 +32,8 @@ export const MicroApp = defineComponent({
|
|||||||
cacheName: String,
|
cacheName: String,
|
||||||
settings: Object,
|
settings: Object,
|
||||||
props: Object,
|
props: Object,
|
||||||
lifeCycles: Object
|
lifeCycles: Object,
|
||||||
|
onRouterInit: Function
|
||||||
},
|
},
|
||||||
setup(props, { attrs }) {
|
setup(props, { attrs }) {
|
||||||
const {
|
const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user