mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
fix(gui): fix missing auote [2/2]
Some checks failed
Some checks failed
This commit is contained in:
parent
fae89c190a
commit
53f7376ca4
@ -707,8 +707,7 @@ size="is-small" icon=" iconfont icon-help-circle-outline" style="
|
||||
<b-input v-model="trojan.path" placeholder="/" expanded />
|
||||
</b-field>
|
||||
<b-field
|
||||
v-show="trojan.net === 'ws' ||
|
||||
trojan.net === 'h2'
|
||||
v-show="trojan.net === 'ws' || trojan.net === 'h2'"
|
||||
label="Host"
|
||||
label-position="on-border"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user