Skip to content

Commit 72b7310

Browse files
committed
Update toolbar.js
1 parent 3eba697 commit 72b7310

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/core/components/toolbar/toolbar.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ export default {
234234
const app = this;
235235
app.toolbar.init(vnode.elm);
236236
},
237+
destroy(vnode) {
238+
const app = this;
239+
app.toolbar.destroy(vnode.elm);
240+
},
237241
},
238242
},
239243
};

0 commit comments

Comments
 (0)