保誠-保戶業務員媒合平台
wayne
2022-02-17 a3716f72066d25d745f4d5103ff23a553c3e102b
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>