We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4478325 commit 804ed74Copy full SHA for 804ed74
src/Vue/Resources/assets/src/render_controller.ts
@@ -35,7 +35,7 @@ export default class extends Controller<Element & { __vue_app__?: App<Element> }
35
if (this.element.__vue_app__ !== undefined) {
36
this.element.__vue_app__.unmount();
37
}
38
-
+
39
this._dispatchEvent('vue:before-mount', {
40
componentName: this.componentValue,
41
component: component,
0 commit comments