Browse Source

feat: 添加本地SVG图标示例

feige996 6 months ago
parent
commit
26bebb90cb
1 changed files with 4 additions and 0 deletions
  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>