Merge pull request #3440 from VisActor/docs/lynx
Some checks are pending
TEST CI / build (18.x) (push) Waiting to run

docs: add lynx compatible doc
This commit is contained in:
xile611 2024-11-20 10:35:22 +08:00 committed by GitHub
commit 167bb159ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -277,4 +277,6 @@ For General charts, the default registered components are as follows:
When using semantic tags, if you need components that are not loaded by default, you only need to register the missing components.
[Note]: If there is an error similar to "No matching export in..." when using Lynx, please upgrade the version of Lynx or configure resolve.enable INodeCache to false
For reference on on-demand loading of VChart, see [related documentation](/vchart/guide/tutorial_docs/Load_on_Demand).

View File

@ -277,4 +277,6 @@ lynx-vchart 本身代码都支持按需加载,当需要 VChart 按需加载的
使用语义化标签的时候,如果用到其他没有默认加载的组件,只需要注册未加载的组件即可;
【注意】如果使用lynx出现报错类似“No matching export in ...”请升级lynx的版本或者配置resolve.enableINodeCache为false
VChart 按需引用参考[相关文档](/vchart/guide/tutorial_docs/Load_on_Demand)