chenzhen

Results 5 comments of chenzhen

I solved below ``` Vue.use(VuetifyToast, { $vuetify: vuetify.framework, x: "center", y: "top", classes: ["vuetify-toast"], icon: "mdi-alert-circle", dismissable: false, showClose: true, closeIcon: "mdi-close", closeColor: "#fff" }); .vuetify-toast .v-snack__content { display: flex;...

@gokaygurcan Modified as requested

Is this function implemented?

[重现地址](https://github.com/chenguzhen87/video-range-bar)

因该要加一个逻辑,不然该事件清除了,又调用解绑事件 if (this.listeners[event]) { this.off(event) }