update level one

This commit is contained in:
Henry Jordan
2021-08-04 16:25:56 +00:00
17 changed files with 802 additions and 519 deletions

View File

@@ -9,12 +9,14 @@
</template>
<script>
import VueChartLvZero from "./VueChartLvZero.vue";
import VueChartLvOne from "./VueChartLvOne.vue";
export default {
name: "VueCharts",
mixins: [],
components: {
VueChartLvZero,
VueChartLvOne,
},
props: [],