mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
fix
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user