mirror of https://github.com/halo-dev/halo
feat: add native select component
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
72abd6c55e
commit
fa0084e0de
|
@ -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…
Reference in New Issue