fix(frontend): コンポーネントのpropを非lowerCamelCaseで渡すと機能しない
This commit is contained in:
parent
cbca48846c
commit
e126083e10
7 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="mrdgzndn">
|
||||
<Mfm :text="block.text" :is-note="false" :i="$i"/>
|
||||
<Mfm :text="block.text" :isNote="false" :i="$i"/>
|
||||
<MkUrlPreview v-for="url in urls" :key="url" :url="url" class="url"/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue