mirror of
				https://github.com/ecomfe/vue-echarts.git
				synced 2025-11-04 11:57:17 +08:00 
			
		
		
		
	docs: update changelog and version
This commit is contained in:
		@ -1,3 +1,7 @@
 | 
				
			|||||||
 | 
					## 6.7.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Added supports for native DOM events binding with the `native:` prefix.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 6.6.10
 | 
					## 6.6.10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Fixed that `autoresize` doesn't work when reducing the height or the root element.
 | 
					* Fixed that `autoresize` doesn't work when reducing the height or the root element.
 | 
				
			||||||
 | 
				
			|||||||
@ -238,7 +238,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
 | 
				
			|||||||
```html
 | 
					```html
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/vue@3.4.23"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/vue@3.4.23"></script>
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0"></script>
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
<!-- vue3Scripts:end -->
 | 
					<!-- vue3Scripts:end -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
 | 
				
			|||||||
```html
 | 
					```html
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.16"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/vue@2.7.16"></script>
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0"></script>
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
<!-- vue2Scripts:end -->
 | 
					<!-- vue2Scripts:end -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -238,7 +238,7 @@ import "echarts";
 | 
				
			|||||||
```html
 | 
					```html
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/vue@3.4.23"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/vue@3.4.23"></script>
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0"></script>
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
<!-- vue3Scripts:end -->
 | 
					<!-- vue3Scripts:end -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
 | 
				
			|||||||
```html
 | 
					```html
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.16"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/vue@2.7.16"></script>
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
 | 
				
			||||||
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10"></script>
 | 
					<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0"></script>
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
<!-- vue2Scripts:end -->
 | 
					<!-- vue2Scripts:end -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "vue-echarts",
 | 
					  "name": "vue-echarts",
 | 
				
			||||||
  "version": "6.6.10",
 | 
					  "version": "6.7.0",
 | 
				
			||||||
  "description": "Vue.js component for Apache ECharts™.",
 | 
					  "description": "Vue.js component for Apache ECharts™.",
 | 
				
			||||||
  "author": "GU Yiling <justice360@gmail.com>",
 | 
					  "author": "GU Yiling <justice360@gmail.com>",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user