line.vue 154 B

123456
  1. <template>
  2. <ComLine :parts="12" :highLight="Number(dateStore.month)"></ComLine>
  3. </template>
  4. <script setup>
  5. const dateStore = useDateStore()
  6. </script>