This commit is contained in:
syuilo 2019-05-25 09:05:14 +09:00
parent 0af3e15e82
commit 7f54c8fa2a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -5,7 +5,7 @@
<span class="hostname">{{ hostname }}</span>
<span class="port" v-if="port != ''">:{{ port }}</span>
</template>
<span class="pathname" v-if="pathname != ''">{{ pathname }}</span>
<span class="pathname" v-if="pathname != ''">{{ self ? pathname.substr(1) : pathname }}</span>
<span class="query">{{ query }}</span>
<span class="hash">{{ hash }}</span>
<fa icon="external-link-square-alt" v-if="!self"/>