gpt4 book ai didi

javascript - Vuetify仅在输入上显示第一条消息

转载 作者:行者123 更新时间:2023-12-04 07:45:34 24 4
gpt4 key购买 nike

https://codepen.io/astannard/pen/WNRYmGo

<div id="app">
<v-app id="inspire">
<v-text-field
label="Main input"
:messages=['ahhhhhhh','haaaaaaaa']
hide-details="auto"
></v-text-field>
</v-app>
</div>
我有上面使用 vuetify 的代码,问题是只显示 'ahhhhhhhh',理想情况下我希望在下面的行中显示 'haaaaaaaa'。

最佳答案

套装error-count支持 2:

<v-text-field
label="Main input"
:messages=['ah','ha']
error-count=2
hide-details="auto"
></v-text-field>
结果:
enter image description here

关于javascript - Vuetify仅在输入上显示第一条消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67212183/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com