refactor: dropdown components

This commit is contained in:
Zack Spear
2023-05-31 15:36:51 -07:00
parent 2d7e00bc3a
commit a633e2ff82
6 changed files with 105 additions and 62 deletions

View File

@@ -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