保誠-保戶業務員媒合平台
Tomas
2021-12-27 c9b1f11a9655813773e009286467af5044106d6e
PAMapp/components/singleSelectBtn.vue
@@ -20,9 +20,12 @@
<script lang="ts">
  import { Component, Prop, PropSync, Vue } from "nuxt-property-decorator";
  import * as _ from 'lodash';
  @Component
  export default class SingleSelectBtn extends Vue {
    @PropSync('singleSelected', { default: '' })
    syncSingleSelected!: string | number;
@@ -36,8 +39,8 @@
    }
  }
  export interface OptionBtnDto {
    title: string,
    title    : string,
    subTitle?: string,
    label: string | number,
    label    : string | number,
  }
</script>