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
Merge pull request 'fox' (
#10
) from fox into master
Reviewed-on:
http://175.178.51.79:3000/Augcl/pet-front/pulls/10
master
Fox
2 months ago
parent
1c29ae6320
72b67b0ba2
commit
b962e5676d
1 changed files
with
8 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
otherPages/userManage/pet/components/petHealthInfo.vue
+ 8
- 1
otherPages/userManage/pet/components/petHealthInfo.vue
View File
@ -96,9 +96,16 @@
<
script
setup
>
<
script
setup
>
import
{
import
{
ref
,
ref
,
computed
,
onMounted
,
onMounted
,
watch
}
from
'vue'
;
}
from
'vue'
;
import
{
useStore
}
from
'vuex'
const
store
=
useStore
(
)
const
configList
=
computed
(
(
)
=>
{
return
store
.
getters
.
configList
}
)
/
/
定
义
p
r
o
p
s
/
/
定
义
p
r
o
p
s
const
props
=
defineProps
(
{
const
props
=
defineProps
(
{
Write
Preview
Loading…
Cancel
Save