remove unnecessary

This commit is contained in:
Freeplay 2023-06-10 20:58:22 -04:00
parent b20225a1d4
commit 621e760056
2 changed files with 1 additions and 2 deletions

View File

@ -167,7 +167,7 @@
</template>
<script lang="ts" setup>
import { nextTick, onBeforeUnmount, onMounted, ref, shallowRef } from "vue";
import { onBeforeUnmount, onMounted, ref, shallowRef } from "vue";
import MkModal from "@/components/MkModal.vue";
import MkButton from "@/components/MkButton.vue";
import MkInput from "@/components/form/input.vue";

View File

@ -24,7 +24,6 @@
@blur="focused = false"
@keydown="onKeydown($event)"
@input="onInput"
v-bind="$attrs"
/>
<datalist v-if="datalist" :id="id">
<option v-for="data in datalist" :value="data" />