mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-06-05 13:45:22 -04:00
refactor(style): cleaner layout
This commit is contained in:
@@ -32,7 +32,7 @@ function onSelect(path: string) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div class="search-bar">
|
||||
<n-auto-complete :options="options" v-model:value="queryString" :input-props="{ autocomplete: 'disabled' }"
|
||||
:on-select="onSelect">
|
||||
<template #default="{ handleInput, handleBlur, handleFocus, value: slotValue }">
|
||||
|
||||
Reference in New Issue
Block a user