this.$notify方法中有一个message参数,类型为string/Vue.VNode。要想渲染一个自定义组件,关键就是要把自定义组件转化为Vue.VNode。 Vue全局提供了一个this.$createElement方法就是专门干这个的,用法和 render 函数中参数createElement一致(createElement: () => VNode) => VNode。 三、具体实现 根组件 App.vue <t...
其实只要在treeselect组件里加上2个参数 代码语言:javascript 复制 <treeselect append-to-body z-index="9999"v-model="scope.row.cgmlId":options="cgmlList":normalizer="normalizer":show-count="true"placeholder="选择上级菜单"@select="selectCgItem($event,scope.$index)"/> 主要是这个append-to-body z-...