Skip to content

Commit

Permalink
wip: emby
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Feb 19, 2024
1 parent d3b5039 commit 8d9533d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/pages/admin/PicEmby.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<template>
<div class="q-pt-md">
<moleculer-status/>
</div>
</template>

<script>
/**
* @author IITII <[email protected]>
* @date 2021/06/03 10:42
*/
'use strict'
import MoleculerStatus from 'components/moleculer_status'
export default {
name: 'PicEmby',
components: {MoleculerStatus}
}
</script>

<style scoped>
</style>

0 comments on commit 8d9533d

Please sign in to comment.