- <script setup>
- import { ref } from 'vue'
- import Chart1 from './charts/chart1.vue'
- import Chart2 from './charts/chart2.vue'
- </script>
- <template>
- <div class="modul-box" style="flex: 0 1 20%;">
- <Chart1 />
- <Chart2 />
- </div>
- </template>
- <style scoped></style>
|