瀏覽代碼

feat: uvui 引入

菲鸽 2 年之前
父節點
當前提交
314f7acc9b
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/pages-sub/demo/index.vue

+ 12 - 0
src/pages-sub/demo/index.vue

@@ -9,6 +9,18 @@
     <view class="m-8"> http://localhost:9000/#/pages-sub/demo/index </view>
     <view class="text-green-500"> 分包页面demo </view>
     <view class="test">test global css</view>
+    <view class="text-green-500 text-xl mt-10">uvui 引入演示</view>
+    <view class="center my-10">
+      <uv-icon name="photo" class="text-center m-auto"></uv-icon>
+      <uv-icon name="photo" class="text-center m-auto"></uv-icon>
+      <uv-icon name="photo" class="text-center m-auto"></uv-icon>
+    </view>
+    <uv-qrcode
+      ref="qrcode"
+      size="200px"
+      class="m-auto"
+      value="https://gitee.com/codercup/unibest"
+    ></uv-qrcode>
   </view>
 </template>