enhance: enable pwa install
This commit is contained in:
parent
260478af69
commit
3f3aa040d9
14 changed files with 48 additions and 10 deletions
|
@ -24,7 +24,7 @@ export default defineComponent({
|
|||
default: "LINK",
|
||||
},
|
||||
link: {
|
||||
type: Object as PropType<string | { name: string }>,
|
||||
type: Object as PropType<string | { name: string, params?:{[key:string]:string} }>,
|
||||
default: "/",
|
||||
},
|
||||
active: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue