保誠-保戶業務員媒合平台
Mila
2021-12-29 c9d76a1b5a04397a974cb9c7bf13df7b2ea6a799
npm run build error
修改1個檔案
2 ■■■ 已變更過的檔案
PAMapp/components/multiSelectBtn.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/multiSelectBtn.vue
@@ -26,7 +26,7 @@
<script lang="ts">
  import { Vue, Component, Prop, PropSync} from 'vue-property-decorator';
  import { OptionBtnDto } from './singleSelectBtn.vue';
import { OptionBtnDto } from '~/shared/models/optionBtnDto.model';
  @Component
  export default class MultiSelectBtn extends Vue {