WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fedeb28

Browse files
Juri-wwofferl
andauthored
Change route type to string
Co-authored-by: Wolfgang <[email protected]> Signed-off-by: Juri <[email protected]>
1 parent 5d4e442 commit fedeb28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/routes/Starred.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ export default defineComponent({
3434
/**
3535
* Unique identifier of the feed whose starred entries this component displays.
3636
*
37-
* @type {number}
38-
* @example 42 or 0
37+
* @type {string}
3938
*
4039
* Used to fetch the relevant entries from the backend and to filter the displayed items.
4140
*/
4241
feedId: {
43-
type: Number,
42+
type: String,
4443
required: false,
45-
default: 0,
44+
default: undefined,
4645
},
4746
},
4847

0 commit comments

Comments
 (0)