Skip to content

Commit 804ed74

Browse files
committed
[Vue] Minor js styling
1 parent 4478325 commit 804ed74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Vue/Resources/assets/src/render_controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class extends Controller<Element & { __vue_app__?: App<Element> }
3535
if (this.element.__vue_app__ !== undefined) {
3636
this.element.__vue_app__.unmount();
3737
}
38-
38+
3939
this._dispatchEvent('vue:before-mount', {
4040
componentName: this.componentValue,
4141
component: component,

0 commit comments

Comments
 (0)