Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit ca6393fe authored by Atchara Bunserm's avatar Atchara Bunserm
Browse files

fix import GanttChart

parent 5a6ae6b2
No related branches found
No related tags found
No related merge requests found
<script setup> <script setup>
import { ref } from 'vue' import { ref } from 'vue'
import GanttChart from '@/components/GanttChart.vue' import GanttChart from '@/components/GanttChart/GanttChart.vue'
const selectedDate = ref('1/1/2024') const selectedDate = ref('1/1/2024')
const employees = Array.from({ length: 10 }, (_, i) => `EM${i + 1}`) const employees = Array.from({ length: 10 }, (_, i) => `EM${i + 1}`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment