mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
fix(gui): fix missing auote
This commit is contained in:
parent
824d7e554a
commit
fae89c190a
@ -726,8 +726,7 @@ v-show="trojan.net === 'ws' ||
|
||||
<b-input v-model="trojan.alpn" placeholder="h2,http/1.1" expanded />
|
||||
</b-field>
|
||||
<b-field
|
||||
v-show="trojan.net === 'ws' ||
|
||||
trojan.net === 'h2'
|
||||
v-show="trojan.net === 'ws' || trojan.net === 'h2'"
|
||||
label="Path"
|
||||
label-position="on-border"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user