vue3 組件中props,emits用法

  組件 <template> <teleport to="#mymodel"> <div id="center" v-if="isShow"> <h2><slot>my model</slot></h2> <button @click="btnclose">close</button> </div>
相關文章
相關標籤/搜索