Skip to content
Snippets Groups Projects
Commit 2ee58351 authored by syuilo's avatar syuilo
Browse files

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

parent 19e1abe1
No related branches found
No related tags found
No related merge requests found
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment