diff options
Diffstat (limited to 'src/components/SearchBar.vue')
-rw-r--r-- | src/components/SearchBar.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index 95919d5..22842a4 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -82,5 +82,3 @@ function renderOption({ tool }: { tool: Tool }) { </n-auto-complete> </div> </template> - -<style lang="less" scoped></style> |