ソースを参照

feat: 添加本地SVG图标示例

feige996 6 ヶ月 前
コミット
26bebb90cb
1 ファイル変更4 行追加0 行削除
  1. 4 0
      src/pages-sub/demo/index.vue

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

@@ -31,6 +31,10 @@ function gotoScroll() {
     </button>
     <view>
       <RequestComp />
+      <view class="mt-4">
+        本地SVG图标示例
+      </view>
+      <view class="i-my-icons-copyright text-red" />
     </view>
   </view>
 </template>