Skip to content

Commit 8c60539

Browse files
committed
docs: declare the usage with Vue CLI 4 ≤ 4.5.14
1 parent 8e136e2 commit 8c60539

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ module.exports = {
714714
// vue.config.js
715715

716716
module.exports = {
717+
transpileDependencies: ['json-editor-vue'],
717718
configureWebpack: {
718719
module: {
719720
rules: [

docs/README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,12 +706,13 @@ module.exports = {
706706
}
707707
```
708708

709-
⚠ 仅 ≤ 4.5.14 版本需要
709+
⚠ 仅 ≤ 4.5.14 版本
710710

711711
```js
712712
// vue.config.js
713713

714714
module.exports = {
715+
transpileDependencies: ['json-editor-vue'],
715716
configureWebpack: {
716717
module: {
717718
rules: [

0 commit comments

Comments
 (0)