Skip to content

Commit d83a7e9

Browse files
committed
docs: add FYI
1 parent 2cdefcc commit d83a7e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@ export default {
121121

122122
All config defined in `G2Plot` [document](https://g2plot.antv.vision/zh/docs/manual/introduction) can be used as `props` or `attrs`
123123

124+
## FYI
125+
126+
- [Throw error: `Failed to mount component: template or render function not defined.` in `vue@2`](https://github.com/open-data-plan/g2plot-vue/issues/483)
127+
128+
please ensure `composition-api` has been enabled.
129+
130+
- [Build failed with `vite`](https://github.com/open-data-plan/g2plot-vue/issues/505)
131+
132+
`g2plot-vue` use `babel` to build output files, and transform `@babel/runtime` with dependencies, so `@babel/runtime` is required.
133+
124134
## Develop
125135

126136
```

0 commit comments

Comments
 (0)