You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,16 @@ export default {
121
121
122
122
All config defined in `G2Plot`[document](https://g2plot.antv.vision/zh/docs/manual/introduction) can be used as `props` or `attrs`
123
123
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.
0 commit comments