From 2cfe454c309a65f02e89063d8306ff71f86b7f5c Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 17 七月 2025 15:41:37 +0800 Subject: [PATCH] 前端 --- small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.wxml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.wxml b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.wxml new file mode 100644 index 0000000..03fa576 --- /dev/null +++ b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.wxml @@ -0,0 +1 @@ +<uv-textarea vue-id="26b1946d-1" value="{{value}}" placeholder="{{placeholder}}" height="{{height}}" confirmType="{{confirmType}}" disabled="{{disabled}}" count="{{count}}" focus="{{focus}}" autoHeight="{{autoHeight}}" fixed="{{fixed}}" cursorSpacing="{{cursorSpacing}}" cursor="{{cursor}}" showConfirmBar="{{showConfirmBar}}" selectionStart="{{selectionStart}}" selectionEnd="{{selectionEnd}}" adjustPosition="{{adjustPosition}}" disableDefaultPadding="{{disableDefaultPadding}}" holdKeyboard="{{holdKeyboard}}" maxlength="{{maxlength}}" border="{{border}}" customStyle="{{customStyle}}" formatter="{{formatter}}" ignoreCompositionEvent="{{ignoreCompositionEvent}}" data-event-opts="{{[['^focus',[['e0']]],['^blur',[['e1']]],['^linechange',[['e2']]],['^confirm',[['e3']]],['^input',[['e4']]],['^keyboardheightchange',[['e5']]]]}}" bind:focus="__e" bind:blur="__e" bind:linechange="__e" bind:confirm="__e" bind:input="__e" bind:keyboardheightchange="__e" bind:__l="__l"></uv-textarea> \ No newline at end of file -- Gitblit v1.9.3