Closed malash closed 1 year ago
Reopen because leaf-components
still not work with lib v2.
@malash is this open? i can try fixing
@malash can you explain what is needed to be done. do we have to change the include and use src attribute to include this file?
I have reported this issue to official forum but got no useful info https://open.alipay.com/portal/forum/post/65101062
This problem becomes urgent and blocks Alipay miniapp development because Alipay force to use Lib v2 since rencently.
Description
When lib v2 being enabled,
<include>
in<template>
cause compilation error on Alipay dev tool.Reproduct link
lib2-issue.zip
Reproduct steps
Impact
GojiJS use this feature to import
leaf-components
incomponents
and fails to run on latest Alipay.Temporary solution
Replace
<include>
withsrc
's content.Platforms