上传文件至 src/components
This commit is contained in:
16
src/components/Problem.vue
Normal file
16
src/components/Problem.vue
Normal 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>
|
||||||
16
src/components/Service.vue
Normal file
16
src/components/Service.vue
Normal 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>
|
||||||
Reference in New Issue
Block a user