This commit is contained in:
Kaoru Hagihara
2016-03-06 01:22:22 +09:00
parent 76d4ef63fd
commit ac1eddca40
+1 -1
View File
@@ -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;