GeekyAnts/vue-native-core

v-show doesn't seem to work

Open

#156 创建于 2019年6月7日

在 GitHub 查看
 (5 评论) (2 反应) (0 负责人)JavaScript (8,333 star) (324 fork)batch import
bughelp wanted

描述

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

贡献者指南

v-show doesn't seem to work · GeekyAnts/vue-native-core#156 | Good First Issue