Skip to content

Commit

Permalink
docs: Update README.md (apertureless#469)
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
andreas83 authored and apertureless committed Feb 18, 2019
1 parent c570912 commit ffe770d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Then create a container component, which handles your api call or vuex connectio
</template>

<script>
import LineChart from './LineChart.vue'
import LineChart from './Chart.vue'
export default {
name: 'LineChartContainer',
Expand Down

0 comments on commit ffe770d

Please sign in to comment.