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>