GeekyAnts/vue-native-core

v-show doesn't seem to work

Offen

#156 geöffnet am 07.06.2019

 (5 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (324 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (8.333 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide