perf: hide the display of theme dependency plugins

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/622/head
Ryan Wang 2 years ago
parent e5a4eff4d4
commit a0ecfefbd2

@ -102,7 +102,9 @@ const isActivated = inject<ComputedRef<boolean>>("isActivated");
<dt class="text-sm font-medium text-gray-900">存储位置</dt>
<dd class="mt-1 text-sm text-gray-900 sm:col-span-3 sm:mt-0"></dd>
</div>
<!-- TODO: add display required plugins support -->
<div
v-if="false"
class="bg-white px-4 py-5 hover:bg-gray-50 sm:grid sm:grid-cols-6 sm:gap-4 sm:px-6"
>
<dt class="text-sm font-medium text-gray-900">插件依赖</dt>

Loading…
Cancel
Save