feat: add native select component

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/581/head
Ryan Wang 2022-04-19 12:06:38 +08:00
parent 6a960e573e
commit 5975d9d607
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
import type { PropType } from "vue";
import type { Size } from "./interface";
import { computed } from "vue";
import Option from "@/components/base/select/Option.vue";
const props = defineProps({
modelValue: {