Skip to content

Commit 5da808d

Browse files
authored
Merge pull request #14 from stevebauman/patch-4
Add ID and key to inertia chart example
2 parents af85495 + a6f9dc0 commit 5da808d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Then, create a simple `chart.vue` component:
104104
105105
<template>
106106
<apexchart
107+
:id="chart.id"
108+
:key="chart.id"
107109
:type="chart.type"
108110
:width="chart.width"
109111
:height="chart.height"

0 commit comments

Comments
 (0)