我可以在 Monaca 选择 Onsen UI 1.2.2 beta 吗?
Can I choose Onsen UI 1.2.2 beta in Monaca?
由于在Onsen UI 1.2.1 中发现了一些问题,我们希望在Monaca 中使用Onsen UI 1.2.2 Beta 构建一个新版本,任何人都知道如何做了?非常感谢。
Onsen UI 1.2.2 未包含在 Monaca 中,因为它尚未发布。不过,您可以手动包含它。只需将 new Onsen UI 1.2.2 files(仅 css 和 js)上传到 Monaca 并将它们包含在项目的 index.html
中,而不是旧的。
更简洁的方法是在 Monaca 启动一个新的 Onsen UI 最小项目(或在当前项目中包含 Onsen UI 组件)并将 components/monaca-onsenui
替换为 new files in Onsen UI 's Github. But also notice that the Minimum Project includes components/loader.js
, and this is the actual file where Monaca imports OnsenUI. At the very bottom of that file you can find the code for OnsenUI 1.2.1, so just replace it with the content of Onsen UI 1.2.2's onsenui_all.min.js.
我正在使用 Onsen UI 1.2.2 的新功能,只需按说明修改 loader.js
。希望对您有所帮助!
由于在Onsen UI 1.2.1 中发现了一些问题,我们希望在Monaca 中使用Onsen UI 1.2.2 Beta 构建一个新版本,任何人都知道如何做了?非常感谢。
Onsen UI 1.2.2 未包含在 Monaca 中,因为它尚未发布。不过,您可以手动包含它。只需将 new Onsen UI 1.2.2 files(仅 css 和 js)上传到 Monaca 并将它们包含在项目的 index.html
中,而不是旧的。
更简洁的方法是在 Monaca 启动一个新的 Onsen UI 最小项目(或在当前项目中包含 Onsen UI 组件)并将 components/monaca-onsenui
替换为 new files in Onsen UI 's Github. But also notice that the Minimum Project includes components/loader.js
, and this is the actual file where Monaca imports OnsenUI. At the very bottom of that file you can find the code for OnsenUI 1.2.1, so just replace it with the content of Onsen UI 1.2.2's onsenui_all.min.js.
我正在使用 Onsen UI 1.2.2 的新功能,只需按说明修改 loader.js
。希望对您有所帮助!