fix(client): Fix a bug that if block of pages not working

This commit is contained in:
syuilo 2020-04-23 08:57:10 +09:00
parent 19e1abe110
commit 2ee5835186
1 changed files with 1 additions and 1 deletions

View File

@ -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>