Browse Source

feat: 配置项对接;

fox
Fox-33 2 months ago
parent
commit
72b67b0ba2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      otherPages/userManage/pet/components/petHealthInfo.vue

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

@ -96,8 +96,8 @@
<script setup> <script setup>
import { import {
ref, ref,
computed,
onMounted, onMounted,
watch
} from 'vue'; } from 'vue';
import { useStore } from 'vuex' import { useStore } from 'vuex'


Loading…
Cancel
Save