From cde3e6f8a69cc314093c4b9f8b9b0c6b5e9176b2 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期二, 11 七月 2023 11:33:25 +0800 Subject: [PATCH] [UPDATE] 調整影片點擊API文件 --- PAMapp/components/singleSelectBtn.vue | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/PAMapp/components/singleSelectBtn.vue b/PAMapp/components/singleSelectBtn.vue index 85e67a1..b7a4a55 100644 --- a/PAMapp/components/singleSelectBtn.vue +++ b/PAMapp/components/singleSelectBtn.vue @@ -20,7 +20,7 @@ <script lang="ts"> import { Component, Prop, PropSync, Vue } from "nuxt-property-decorator"; - + import { OptionBtnDto } from "~/shared/models/optionBtnDto.model"; import * as _ from 'lodash'; @Component @@ -37,10 +37,5 @@ // 銝餉�圾瘙箸����甈∟��嚗暺������ this.syncSingleSelected = _.isEqual(this.syncSingleSelected, value) ? "" : value; } - } - export interface OptionBtnDto { - title : string, - subTitle?: string, - label : string | number, } </script> -- Gitblit v1.8.0