File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/sites/demos/pc/app/input
packages/vue/src/input/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { ref } from 'vue'
99import { TinyInput } from ' @opentiny/vue'
1010
1111const input = ref (
12- ' 表单文本域开启只读模式,文本内容超过 5 行自动隐藏。表单文本域开启只读模式,文本内容超过 5 行自动隐藏。表单文本域开启只读模式,文本内容超过 5 行自动隐藏。表单文本域开启只读模式,文本内容超过 5 行自动隐藏。表单文本域开启只读模式,文本内容超过 5 行自动隐藏'
12+ ' 表单文本域开启只读模式,\n 文本内容超过 5 行自动隐藏。\n 表单文本域开启只读模式, \n 文本内容超过 5 行自动隐藏。\n 表单文本域开启只读模式, \n 文本内容超过 5 行自动隐藏。\n 表单文本域开启只读模式, \n 文本内容超过 5 行自动隐藏。\n 表单文本域开启只读模式, \n 文本内容超过 5 行自动隐藏'
1313)
1414 </script >
1515
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default {
1414 data () {
1515 return {
1616 input:
17- ' 表单文本域开启只读模式,文本内容超过 5 行自动隐藏。表单文本域开启只读模式,文本内容超过 5 行自动隐藏。表单文本域开启只读模式,文本内容超过 5 行自动隐藏。表单文本域开启只读模式,文本内容超过 5 行自动隐藏。表单文本域开启只读模式,文本内容超过 5 行自动隐藏'
17+ ' 表单文本域开启只读模式,\n 文本内容超过 5 行自动隐藏。\n 表单文本域开启只读模式, \n 文本内容超过 5 行自动隐藏。\n 表单文本域开启只读模式, \n 文本内容超过 5 行自动隐藏。\n 表单文本域开启只读模式, \n 文本内容超过 5 行自动隐藏。\n 表单文本域开启只读模式, \n 文本内容超过 5 行自动隐藏'
1818 }
1919 }
2020}
Original file line number Diff line number Diff line change 193193 :append-to-body =" true"
194194 @update:visible =" state.showDisplayOnlyBox = $event"
195195 >
196- <div >{{ state.displayOnlyText }}</div >
196+ <pre >{{ state.displayOnlyText }}</pre >
197197 <template #footer >
198198 <tiny-button @click =" state.showDisplayOnlyBox = false" >{{ t('ui.input.close') }}</tiny-button >
199199 </template >
You can’t perform that action at this time.
0 commit comments