components: {

Vodal,

},

props: [‘show’],

methods:{

showhide(){

this.$emit(‘showhide’)

}

}

};

父组件

<button @click=“TCKrotate”>旋转弹出

<TCK :show=“show” @showhide=“showhide” />

Logo

欢迎加入 MCP 技术社区!与志同道合者携手前行,一同解锁 MCP 技术的无限可能!

更多推荐