Skip to content

Commit 377ae5e

Browse files
committed
Change example location to src folder for easier testing
1 parent 9bcffae commit 377ae5e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

β€Žexamples/App.vueβ€Ž renamed to β€Žsrc/examples/App.vueβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
</template>
1212

1313
<script>
14-
import BarExample from './examples/BarExample'
15-
import LineExample from './examples/LineExample'
16-
import DoughnutExample from './examples/DoughnutExample'
17-
import PieExample from './examples/PieExample'
18-
import RadarExample from './examples/RadarExample'
19-
import PolarAreaExample from './examples/PolarAreaExample'
20-
import BubbleExample from './examples/BubbleExample'
14+
import BarExample from './BarExample'
15+
import LineExample from './LineExample'
16+
import DoughnutExample from './DoughnutExample'
17+
import PieExample from './PieExample'
18+
import RadarExample from './RadarExample'
19+
import PolarAreaExample from './PolarAreaExample'
20+
import BubbleExample from './BubbleExample'
2121
2222
export default {
2323
components: {

β€Žexamples/BarExample.jsβ€Ž renamed to β€Žsrc/examples/BarExample.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default BarChart.extend({
1111
data: [40, 20, 12, 39, 10, 40, 39, 80, 40, 20, 12, 11]
1212
}
1313
]
14-
})
14+
}, {responsive: true, maintainAspectRatio: false})
1515
}
1616
})
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)