fix(props): 修复 tab 和 menu 的双绑逻辑

This commit is contained in:
就眠仪式
2021-10-18 16:43:49 +08:00
parent aa51c44432
commit 9059eb6e75
9 changed files with 128 additions and 26 deletions

View File

@@ -6,4 +6,4 @@ Component.install = (app: App) => {
app.component(Component.name || 'LayCarouselItem', Component)
}
export default Component as IDefineComponent
export default Component as IDefineComponent

View File

@@ -12,5 +12,4 @@ const props =
}>()
const active = inject('active')
</script>