mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #6123 from plantain-00/vue-patch-1
use `any` rather than `{}` for property $data and $options
This commit is contained in:
Vendored
+2
-2
@@ -65,8 +65,8 @@ declare module vuejs {
|
||||
* http://vuejs.org/api/instance-properties.html
|
||||
*/
|
||||
$el: HTMLElement;
|
||||
$data: {};
|
||||
$options: {};
|
||||
$data: any;
|
||||
$options: any;
|
||||
$parent: Vue;
|
||||
$root: Vue;
|
||||
$: {};
|
||||
|
||||
Reference in New Issue
Block a user