Skip to content

Commit

Permalink
[Vue] Minor js styling
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Sep 16, 2022
1 parent 4478325 commit 804ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vue/Resources/assets/src/render_controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class extends Controller<Element & { __vue_app__?: App<Element> }
if (this.element.__vue_app__ !== undefined) {
this.element.__vue_app__.unmount();
}

this._dispatchEvent('vue:before-mount', {
componentName: this.componentValue,
component: component,
Expand Down

0 comments on commit 804ed74

Please sign in to comment.