Remove a meaningless event (#6996)

* Remove a meaningless event

* Remove a meaningless event
This commit is contained in:
marihachi
2020-12-20 10:46:09 +09:00
committed by GitHub
parent 9a3a77cff0
commit 50539099ab
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="iroscrza" :class="{ center: page.alignCenter, serif: page.font === 'serif' }" v-if="hpml">
<XBlock v-for="child in page.content" :value="child" @update:value="v => updateBlock(v)" :page="page" :hpml="hpml" :key="child.id" :h="2"/>
<XBlock v-for="child in page.content" :value="child" :page="page" :hpml="hpml" :key="child.id" :h="2"/>
</div>
</template>