mirror of
				https://github.com/ecomfe/vue-echarts.git
				synced 2025-10-31 17:07:52 +08:00 
			
		
		
		
	docs: fix typo in sample code
This commit is contained in:
		| @ -4,6 +4,7 @@ import { | ||||
|   ref, | ||||
|   unref, | ||||
|   shallowRef, | ||||
|   toRef, | ||||
|   toRefs, | ||||
|   watch, | ||||
|   computed, | ||||
| @ -77,7 +78,9 @@ export default defineComponent({ | ||||
|       () => props.updateOptions || unref(defaultUpdateOptions) || {} | ||||
|     ); | ||||
|  | ||||
|     const { autoresize, manualUpdate, loading, loadingOptions } = toRefs(props); | ||||
|     const { autoresize, manualUpdate, loading } = toRefs(props); | ||||
|     const loadingOptions = toRef(props, "loadingOptions"); | ||||
|     const a = toRef(props, "autoresize"); | ||||
|  | ||||
|     function init(option?: Option) { | ||||
|       if (chart.value || !root.value) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Justineo
					Justineo