Browse Source

feat: 配置项对接;

fox
Fox-33 2 weeks ago
parent
commit
ada2d707ef
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      otherPages/userManage/pet/components/petHealthInfo.vue

+ 7
- 0
otherPages/userManage/pet/components/petHealthInfo.vue View File

@ -99,6 +99,13 @@
onMounted,
watch
} from 'vue';
import { useStore } from 'vuex'
const store = useStore()
const configList = computed(() => {
return store.getters.configList
})
// props
const props = defineProps({


Loading…
Cancel
Save