Merge pull request #6123 from plantain-00/vue-patch-1

use `any` rather than `{}` for property $data and $options
This commit is contained in:
Masahiro Wakame
2015-10-06 23:05:20 +09:00
+2 -2
View File
@@ -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;
$: {};