Skip to content

Commit

Permalink
docs: ✏️ ImgCropper 组件演示页面增加微信小程序隐私协议弹框
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkai committed Nov 20, 2023
1 parent 3c373fb commit 3af9246
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/imgCropper/Index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<!--
* @Author: weisheng
* @Date: 2023-09-20 11:10:41
* @LastEditTime: 2023-11-20 18:35:28
* @LastEditors: weisheng
* @Description:
* @FilePath: \wot-design-uni\src\pages\imgCropper\Index.vue
* 记得注释
-->
<template>
<page-wraper>
<!-- #ifdef MP-WEIXIN -->
<wd-privacy-popup></wd-privacy-popup>
<!-- #endif -->
<demo-block title="基本用法" style="text-align: center">
<wd-img-cropper
id="wd-img-cropper"
Expand Down

0 comments on commit 3af9246

Please sign in to comment.