feat: enable and refactor more service
- uncomment and restore MineSetting in DrawerSection - replace uni-ui popup and icons with Vant components in MoreService - switch to project's custom event emitter instead of uni global events - add VanIcons type definitions in components.d.ts - rework popup state management with reactive show ref for MoreService
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<span class="title">我的</span>
|
||||
</div>
|
||||
|
||||
<!-- <MineSetting ref="mineSettingRef" @close="close" /> -->
|
||||
<MineSetting ref="mineSettingRef" @close="close" />
|
||||
</div>
|
||||
</van-popup>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user