fix: change calculate age function store
This commit is contained in:
parent
204a854a1c
commit
1c5acba093
4 changed files with 6 additions and 46 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import { ref, onMounted, watch, computed } from 'vue';
|
||||
import useUtilsStore, { dialog, calculateAge } from 'src/stores/utils';
|
||||
import useUtilsStore, { dialog } from 'src/stores/utils';
|
||||
import { calculateAge } from 'src/utils/datetime';
|
||||
import type { QTableProps } from 'quasar';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue