Skip to content

Commit

Permalink
fix: 添加 props 声明
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Nov 29, 2024
1 parent 38758fd commit 6816801
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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({
Expand All @@ -11,6 +11,7 @@ export const MicroAppWithMemoHistory = defineComponent({
type: String,
required: true,
},
entry: String,
cacheName: String,
settings: Object,
props: Object,
Expand Down

0 comments on commit 6816801

Please sign in to comment.