yunyi5310440

Results 2 issues of yunyi5310440

@snokier 看到 Contextmenu mounted 的代码的时候 有一点不明白 这里 this.$contextmenuId 应该都是undefined的吧 我看contextmenuId 都是在 指令 inserted的时候才赋值的 。 ``` mounted () { const elm = document.querySelector(this.containerSelector) elm.appendChild(this.$el) if (window.$$VContextmenu) { window.$$VContextmenu[this.$contextmenuId] = this }...

@vyouyou 能不能提供一个Demo