Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-03 20:38:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3201849e8a9d66abf8d0a3febe4d564b29e265b1
3201849e
1 parent
749c8db4
fix(PointsCollector): 允许familyId接受String或Number类型
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/PointsCollector.vue
src/components/PointsCollector.vue
View file @
3201849
...
@@ -53,7 +53,7 @@ const props = defineProps({
...
@@ -53,7 +53,7 @@ const props = defineProps({
53
default: 0
53
default: 0
54
},
54
},
55
familyId: {
55
familyId: {
56
-
type:
String
,
56
+
type:
[String, Number]
,
57
required: true
57
required: true
58
}
58
}
59
})
59
})
...
...
Please
register
or
login
to post a comment