上传文件至 src/components

This commit is contained in:
2025-09-26 17:32:29 +08:00
parent 08244919a9
commit 6b81b18cc6
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<template>
<!-- html -->
<div class="Problem">
Problem
</div>
</template>
<script lang="ts" setup name="Problem">
// 引入响应式条件
import {ref,reactive} from 'vue'
</script>
<style scoped>
</style>

View File

@@ -0,0 +1,16 @@
<template>
<!-- html -->
<div class="Service">
Service
</div>
</template>
<script lang="ts" setup name="Service">
// 引入响应式条件
import {ref,reactive} from 'vue'
</script>
<style scoped>
</style>