mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -06:00
refactor: dropdown components
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { defineStore, createPinia, setActivePinia } from "pinia";
|
||||
import { ArrowRightOnRectangleIcon, GlobeAltIcon, KeyIcon } from '@heroicons/vue/24/solid';
|
||||
|
||||
import type { Server, ServerState, ServerStateData } from '~/types/server';
|
||||
import type {
|
||||
Server,
|
||||
ServerStateData,
|
||||
} from '~/types/server';
|
||||
/**
|
||||
* @see https://stackoverflow.com/questions/73476371/using-pinia-with-vue-js-web-components
|
||||
* @see https://github.com/vuejs/pinia/discussions/1085
|
||||
|
||||
Reference in New Issue
Block a user