We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b46e17 commit 4ab91ccCopy full SHA for 4ab91cc
website/src/migration-guides/index.md
@@ -7,7 +7,7 @@ With v5, this library introduces a number of breaking changes
7
Chart.js v4 and vue-chartjs v5 are [ESM-only packages](https://nodejs.org/api/esm.html). To use them in your project, it also should be ESM:
8
9
```json
10
-// pckage.json
+// package.json
11
{
12
"type": "module"
13
}
0 commit comments