Kaynağa Gözat

display save button only if site not empty

pull/342/head
Guillaume Vincent 7 yıl önce
ebeveyn
işleme
577e973776
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/components/Menu.vue

+ 1
- 1
src/components/Menu.vue Dosyayı Görüntüle

@@ -20,7 +20,7 @@
<small><i class="fa fa-lg fa-check pl-3" aria-hidden="true"></i> saved</small>
</span>
<span v-on:click="saveOrUpdatePassword()" class="white-link"
v-if="!saved && isAuthenticated && $store.state.route.path==='/'">
v-if="!saved && isAuthenticated && $store.state.route.path==='/' && $store.state.password.site !== ''">
<i class="fa fa-lg fa-save pointer"></i>
</span>
<span class="white-link btn-copy pl-3" v-bind:data-clipboard-text="passwordURL"


Yükleniyor…
İptal
Kaydet