This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
pet-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat: 配置项对接;
fox
Fox-33
2 weeks ago
parent
6df76fe8ac
commit
ada2d707ef
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
)
/
/
定
义
p
r
o
p
s
const
props
=
defineProps
(
{
Write
Preview
Loading…
Cancel
Save