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 Plausible from 'Svg/apps/plausible.vue'
|
||||
import Rss from 'Svg/apps/rss.vue'
|
||||
import Hoppscotch from 'Svg/apps/hoppscotch.vue'
|
||||
import Radio from 'Svg/apps/radio.vue'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
Penpot,
|
||||
Plausible,
|
||||
Rss,
|
||||
Hoppscotch,
|
||||
Radio,
|
||||
},
|
||||
data: () => ({
|
||||
apps: [
|
||||
@@ -31,6 +35,8 @@ export default {
|
||||
'Penpot',
|
||||
'Plausible',
|
||||
'Rss',
|
||||
'hoppscotch',
|
||||
'radio',
|
||||
],
|
||||
}),
|
||||
}
|
||||
|
Reference in New Issue
Block a user