无需迁移的组件,批量 review

This commit is contained in:
YunaiV
2023-12-16 22:03:37 +08:00
parent 82b751e49c
commit 19d90f5df5
10 changed files with 16 additions and 7 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
<!-- 网页加载 -->
<template>
<view><web-view :src="url"></web-view></view>
<view>
<web-view :src="url" />
</view>
</template>
<script setup>