Skip to content

Commit ffe770d

Browse files
andreas83apertureless
authored andcommitted
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'
1 parent c570912 commit ffe770d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Then create a container component, which handles your api call or vuex connectio
370370
</template>
371371

372372
<script>
373-
import LineChart from './LineChart.vue'
373+
import LineChart from './Chart.vue'
374374
375375
export default {
376376
name: 'LineChartContainer',

0 commit comments

Comments
 (0)