diff --git a/vue/vue.d.ts b/vue/vue.d.ts index f0af82ea1..db55c2a75 100644 --- a/vue/vue.d.ts +++ b/vue/vue.d.ts @@ -118,7 +118,7 @@ declare namespace vuejs { // instance/api/dom.js $nextTick(callback: Function): void; $appendTo(target: (HTMLElement | string), callback?: Function, withTransition?: boolean): this; - $prependTo(target: (HTMLElement | string), callback?: Function, withTransition?: boolean); this; + $prependTo(target: (HTMLElement | string), callback?: Function, withTransition?: boolean): this; $before(target: (HTMLElement | string), callback?: Function, withTransition?: boolean): this; $after(target: (HTMLElement | string), callback?: Function, withTransition?: boolean): this; $remove(callback?: Function): this;