Skip to content

Commit

Permalink
Merge pull request #14 from stevebauman/patch-4
Browse files Browse the repository at this point in the history
Add ID and key to inertia chart example
  • Loading branch information
denisdulici authored Jun 3, 2024
2 parents af85495 + a6f9dc0 commit 5da808d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Then, create a simple `chart.vue` component:
<template>
<apexchart
:id="chart.id"
:key="chart.id"
:type="chart.type"
:width="chart.width"
:height="chart.height"
Expand Down

0 comments on commit 5da808d

Please sign in to comment.