fix more linting issues

This commit is contained in:
Philipp Kühn
2020-09-24 00:37:31 +02:00
parent ac33eb483e
commit 617cdd4d99
8 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ export default class Renderer extends ComponentRenderer {
vm!: Vue
constructor(component: Vue, options: any) {
constructor(component: Vue) {
super()
this.mount(component)
}