From d83a7e9308ecddcb1f34daf6a89415ad5ddc6494 Mon Sep 17 00:00:00 2001 From: kagawagao Date: Thu, 21 Oct 2021 14:26:41 +0800 Subject: [PATCH] docs: add FYI --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 02c6a08b..83db36c6 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,16 @@ export default { All config defined in `G2Plot` [document](https://g2plot.antv.vision/zh/docs/manual/introduction) can be used as `props` or `attrs` +## FYI + +- [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) + + please ensure `composition-api` has been enabled. + +- [Build failed with `vite`](https://github.com/open-data-plan/g2plot-vue/issues/505) + + `g2plot-vue` use `babel` to build output files, and transform `@babel/runtime` with dependencies, so `@babel/runtime` is required. + ## Develop ```