Browse Source

feat: add native select component

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/581/head
Ryan Wang 3 years ago
parent
commit
5975d9d607
  1. 1
      src/components/base/select/Select.vue

1
src/components/base/select/Select.vue

@ -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: {

Loading…
Cancel
Save