Skip to content

Multiple nested template, can not be rendered in ios #1118

@ruohuan

Description

@ruohuan

Issues, such as shown in the title
An example:

<template lang="jade">
.select-package
  dl(v-repeat="items")
    template(v-if="groupName=='1个号码套餐'")
      template(v-if="isFirstMonth")
        dt {{groupName}}
        dd(v-repeat="item" v-on="click:onChoose(itemId,skuId,isFirstMonth)")
          span {{skuName}}
      template(v-if="!isFirstMonth")
        dt {{groupName}}
        dd(v-repeat="item" v-on="click:onChoose(itemId,skuId,isFirstMonth)" v-show="skuId!=='0'")
          span {{skuName}}
</template>

For example shown,template(v-if="isFirstMonth") and template(v-if="!isFirstMonth") inside the content will not be rendered in ios, but Android is ok.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions