From f37b247605f79823dbac06445dc96f76b897aab7 Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期五, 23 九月 2022 10:31:30 +0800 Subject: [PATCH] # --- components/y-input-btn/y-input-btn.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/components/y-input-btn/y-input-btn.vue b/components/y-input-btn/y-input-btn.vue index 0939f1e..6bed5de 100644 --- a/components/y-input-btn/y-input-btn.vue +++ b/components/y-input-btn/y-input-btn.vue @@ -1,7 +1,8 @@ <template> <view> <view class="main"> - <view class="title" :class="zBig">{{titleText}}</view> + <y-title /> + <!-- <view class="title" :class="zBig">{{titleText}}</view> --> <view class="column" :class="zBig"> <input type="text" :placeholder="placeholderText" @input="input" placeholder-style="font-size:22rpx" v-model="val"> -- Gitblit v1.9.1