添加通用模块页面

This commit is contained in:
2025-09-03 09:57:06 +08:00
parent f2e0ec6312
commit 1037706149
11 changed files with 553 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>