mirror of
https://github.com/unraid/api.git
synced 2026-01-05 08:00:33 -06:00
fix: lint error for web components
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<script lang="ts" setup>
|
||||
const nuxtApp = useNuxtApp();
|
||||
const { registerEntry } = useCustomElements();
|
||||
onBeforeMount(() => {
|
||||
registerEntry('UnraidComponents');
|
||||
|
||||
@@ -4,8 +4,6 @@ import type { SendPayloads } from '~/store/callback';
|
||||
|
||||
import { serverState } from '~/_data/serverState';
|
||||
|
||||
const nuxtApp = useNuxtApp();
|
||||
|
||||
const { registerEntry } = useCustomElements();
|
||||
onBeforeMount(() => {
|
||||
registerEntry('UnraidComponents');
|
||||
|
||||
Reference in New Issue
Block a user