保誠-保戶業務員媒合平台
Mila
2022-01-10 0e660d6d309bf50b0ef04b79a9cdefd69c2b79ef
PAMapp/components/Ui/UiScrollPicker.vue
@@ -14,12 +14,16 @@
export default class UiScrollPicker extends Vue {
     // https://reposhub.com/vuejs/form-input/wan2land-vue-scroll-picker.html
     @Prop() options!: string[];
     @Prop() initValue!: string;
     @Prop()
     options!: string[];
     @Emit('change') selValue(value: string) {
     @Prop()
     initValue!: string;
     @Emit('change')
     selValue(value: string) {
          return value
     }
}
</script>
</script>