chore: add hoppscotch & radio to app list

This commit is contained in:
valere
2023-03-01 00:20:34 +01:00
parent 6c56f85f72
commit 63b895633b

View File

@@ -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',
], ],
}), }),
} }