use any rather than {} for element $data and $options

This commit is contained in:
yaoyao
2015-10-04 09:11:02 +08:00
parent 98d3168c2c
commit df78910e93
+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;
$: {};