搜索
❯
2024年10月20日1分钟阅读
runtime中包括的组件只有基础组件,如<view>、<button>等。扩展组件不包含在uni-app的runtime中,而是下载到用户的项目代码中。(这些组件都是vue组件)
<view>
<button>