gpt4 book ai didi

vuejs2 - VeeValidate - 如何验证应该包含 http ://的 URL

转载 作者:行者123 更新时间:2023-12-05 02:58:59 24 4
gpt4 key购买 nike

我已尝试通过以下方式验证我的输入:

<input 
type="text"
name="webhookURL"
placeholder="Enter webhook URL"
class="text-input"
v-validate="'required|url'"
/>

但如果我像这样填写输入,它会返回 true:google.com,所以如果我像这样填写 http://exampleURL.com,我需要验证返回 true (使用 http://或 https://)

最佳答案

您必须使用require_protocol

<input v-validate="{url: {require_protocol: true }}"

参见 doc

关于vuejs2 - VeeValidate - 如何验证应该包含 http ://的 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58407612/

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