fix: typo
This commit is contained in:
parent
4e1908d528
commit
c4ba7646d5
@ -4,7 +4,7 @@
|
|||||||
v-for="(item, index) in items"
|
v-for="(item, index) in items"
|
||||||
:key="index"
|
:key="index"
|
||||||
:title="item.title"
|
:title="item.title"
|
||||||
:title_text="item.title_text"
|
:titleText="item.title_text"
|
||||||
:description="item.description"
|
:description="item.description"
|
||||||
:project-id="item.projectId"
|
:project-id="item.projectId"
|
||||||
:class="['canvas-item', item.class, 'card', 'shadow', 'p-3']"
|
:class="['canvas-item', item.class, 'card', 'shadow', 'p-3']"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user