vue2.0实现一个模态弹框,内容自定义(使用slot) 定义模态框:合理使用插槽 model.vue <!-- 模态弹窗 --> <template> <div class="self-modal" v-sh ...