forked from FoundKeyGang/FoundKey
fix(client): Fix a bug that if block of pages not working
This commit is contained in:
parent
19e1abe110
commit
2ee5835186
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-show="script.vars[value.var]">
|
||||
<div v-show="hpml.vars[value.var]">
|
||||
<x-block v-for="child in value.children" :value="child" :page="page" :hpml="hpml" :key="child.id" :h="h"/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue