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;