- father::uniapp
- base::引用第三方库
uni-appfurther optimizes the reference of components, and developers can just use it without considering import and registration
实例
<template>
<view>
<!-- 1. Use components -->
<uni-rate text="1"></uni-rate>
</view>
</template>
<script>
</script>