feat: install plugin

This commit is contained in:
Zack Spear
2023-06-08 16:24:02 -07:00
committed by Zack Spear
parent bf69e857f1
commit 6c88299566
11 changed files with 85 additions and 27 deletions
-3
View File
@@ -11,9 +11,6 @@ const { pluginInstalled, registered } = storeToRefs(useServerStore());
const showDefaultContent = computed(() => !showLaunchpad.value);
const showLaunchpad = computed(() => pluginInstalled.value && !registered.value);
/**
* @todo use gsap to animate width between the three dropdown variants
*/
</script>
<template>