保誠-保戶業務員媒合平台
jack
2023-09-08 f70b70eec5e1aa1428d3888233e259e8c52ce8b6
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>