初始化

This commit is contained in:
hezhidong
2025-03-28 09:16:48 +08:00
parent 75b6c2c896
commit 5b2a0b1dbd
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>