初始化

This commit is contained in:
hezhidong
2025-04-15 17:04:08 +08:00
parent 6d7c182f32
commit 9103270895
19 changed files with 1096 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<template>
<view>
12355555555555
</view>
</template>
<script>
export default {
data() {
return {};
},
methods: {}
};
</script>
<style></style>