mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
refactor(style): cleaner layout
This commit is contained in:
parent
2df3f53b78
commit
1d09a01bb2
10 changed files with 351 additions and 81 deletions
|
@ -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 }">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue