From ffe770dc3a2896206a192170aaead3441ddb13d6 Mon Sep 17 00:00:00 2001 From: Andreas Beder Date: Mon, 18 Feb 2019 09:27:01 +0100 Subject: [PATCH] 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