From 474c102c757881ddc759b0897d8b62fdd668ddfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Tue, 29 Nov 2022 20:08:56 +0800 Subject: [PATCH] fix: icon in command palette --- composables/command.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composables/command.ts b/composables/command.ts index 5ecccec1..65c254f9 100644 --- a/composables/command.ts +++ b/composables/command.ts @@ -3,6 +3,8 @@ import { defineStore } from 'pinia' import Fuse from 'fuse.js' import type { LocaleObject } from '#i18n' +// @unocss-include + const scopes = [ '', 'Actions',