浏览代码

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>