Created
July 1, 2018 19:16
-
-
Save prawnsalad/9f138daed292c41c340805271541263e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a v-if="networks.length>0" class="u-link kiwi-personal-existing-networks" @click.stop="toggleStateBrowser">{{ $t('personal_saved') }}</a> | |
<a | |
v-if="networks.length>0" | |
class="u-link kiwi-personal-existing-networks" | |
@click.stop="toggleStateBrowser">{{ $t('personal_saved') }} | |
</a> | |
<a | |
v-if="networks.length>0" | |
class="u-link kiwi-personal-existing-networks" | |
@click.stop="toggleStateBrowser" | |
>{{ $t('personal_saved') }} | |
</a> | |
<a | |
v-if="networks.length>0" | |
class="u-link kiwi-personal-existing-networks" | |
@click.stop="toggleStateBrowser" | |
> | |
{{ $t('personal_saved') }} | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment