Browse Source

fix: resolve lint fail (#4335)

pull/4338/head
Li Kui 2 weeks ago
committed by GitHub
parent
commit
7b3c9d56be
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      packages/effects/layouts/src/widgets/global-search/search-panel.vue

6
packages/effects/layouts/src/widgets/global-search/search-panel.vue

@ -162,14 +162,14 @@ const code = new Set([
'*',
'+',
'.',
'[',
']',
'?',
'[',
'\\',
']',
'^',
'{',
'}',
'|',
'}',
]);
//

Loading…
Cancel
Save