FEAT: backup & restore 1
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<script>
|
||||
import Code from '~/components/svg/apps/code.vue'
|
||||
import Deluge from '~/components/svg/apps/deluge.vue'
|
||||
import Drone from '~/components/svg/apps/drone.vue'
|
||||
import Gitea from '~/components/svg/apps/gitea.vue'
|
||||
import Jellyfin from '~/components/svg/apps/jellyfin.vue'
|
||||
import Nextcloud from '~/components/svg/apps/nextcloud.vue'
|
||||
import Penpot from '~/components/svg/apps/penpot.vue'
|
||||
import Plausible from '~/components/svg/apps/plausible.vue'
|
||||
import Code from 'Svg/apps/code.vue'
|
||||
import Deluge from 'Svg/apps/deluge.vue'
|
||||
import Drone from 'Svg/apps/drone.vue'
|
||||
import Gitea from 'Svg/apps/gitea.vue'
|
||||
import Jellyfin from 'Svg/apps/jellyfin.vue'
|
||||
import Nextcloud from 'Svg/apps/nextcloud.vue'
|
||||
import Penpot from 'Svg/apps/penpot.vue'
|
||||
import Plausible from 'Svg/apps/plausible.vue'
|
||||
|
||||
export default {
|
||||
components: { Code, Deluge, Drone, Gitea, Jellyfin,Nextcloud, Penpot, Plausible },
|
||||
data: () => ({
|
||||
apps: ['code', 'Deluge', 'Drone', 'Gitea', 'Jellyfin', 'Nextcloud', 'Penpot', 'Plausible'],
|
||||
apps: ['Deluge', 'Drone', 'Gitea', 'Jellyfin', 'Nextcloud', 'Penpot', 'Plausible'],
|
||||
}),
|
||||
}
|
||||
</script>
|
||||
@@ -23,7 +23,7 @@
|
||||
</h2>
|
||||
<ul class="flex justify-center p-4 m-4 max-w-full flex-wrap">
|
||||
<li v-for="app in apps" class="m-4">
|
||||
<component :is="app" class="bg-black bg-opacity-10 w-20 h-20 p-4 rounded-xl flex-wrap" />
|
||||
<component :is="app" class="app" />
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user