GeekyAnts/vue-native-core

v-show doesn't seem to work

Aberta

#156 aberto em 7 de jun. de 2019

 (5 comentários) (2 reações) (0 responsável)JavaScript (324 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (8.333 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

This doesn't work as expected for me:

<template>
  <view>
    <text v-show="false">Hide this</text>
  </view>
</template>

i.e. The "Hide this" text still shows up.

Also, the code example for v-show in the Vue Native documentation actually uses v-if: https://vue-native.io/docs/conditional.html#v-show

Guia do colaborador