From c5709128e254849fa3a3d30782105e9a4f2f9ba3 Mon Sep 17 00:00:00 2001 From: Andreas Beder Date: Mon, 18 Feb 2019 09:26:02 +0100 Subject: [PATCH 1/3] docs: Update README.md (#470) small typo / syntax error in one example ### Fix - [ x] All tests passed --- docs/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index bd6fa9b9..42eac44f 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -344,7 +344,7 @@ export default { chartdata: { type: Object, default: null - } + }, options: { type: Object, default: null From ffe770dc3a2896206a192170aaead3441ddb13d6 Mon Sep 17 00:00:00 2001 From: Andreas Beder Date: Mon, 18 Feb 2019 09:27:01 +0100 Subject: [PATCH 2/3] docs: Update README.md (#469) changed file reference in readme.md Chart with API data describes two file Chart.vue and ChartContainer.vue, so i guess the import LineChart from './LineChart.vue' should be import LineChart from './Chart.vue' --- docs/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index 42eac44f..9a415279 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -370,7 +370,7 @@ Then create a container component, which handles your api call or vuex connectio