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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
目前 LeanCloud SDK 是在外部通过 CDN 地址引入的。这样会导致一些问题:
建议直接将 leancloud-storage 作为依赖引入,build 出一个没有外部依赖的版本。理论上就算直接讲 LeanCloud SDK 打包进 Valine.min.js 也是向前兼容,不过为了不影响现有用户加载的包大小可以 build 出一个额外的 Valine.All.min.js(随便想的名字)。
The text was updated successfully, but these errors were encountered: