chore: add hoppscotch & radio to app list
This commit is contained in:
@@ -8,6 +8,8 @@ import Nextcloud from 'Svg/apps/nextcloud.vue'
|
|||||||
import Penpot from 'Svg/apps/penpot.vue'
|
import Penpot from 'Svg/apps/penpot.vue'
|
||||||
import Plausible from 'Svg/apps/plausible.vue'
|
import Plausible from 'Svg/apps/plausible.vue'
|
||||||
import Rss from 'Svg/apps/rss.vue'
|
import Rss from 'Svg/apps/rss.vue'
|
||||||
|
import Hoppscotch from 'Svg/apps/hoppscotch.vue'
|
||||||
|
import Radio from 'Svg/apps/radio.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@@ -20,6 +22,8 @@ export default {
|
|||||||
Penpot,
|
Penpot,
|
||||||
Plausible,
|
Plausible,
|
||||||
Rss,
|
Rss,
|
||||||
|
Hoppscotch,
|
||||||
|
Radio,
|
||||||
},
|
},
|
||||||
data: () => ({
|
data: () => ({
|
||||||
apps: [
|
apps: [
|
||||||
@@ -31,6 +35,8 @@ export default {
|
|||||||
'Penpot',
|
'Penpot',
|
||||||
'Plausible',
|
'Plausible',
|
||||||
'Rss',
|
'Rss',
|
||||||
|
'hoppscotch',
|
||||||
|
'radio',
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user