add: 系统状态目录

This commit is contained in:
TsMask
2023-09-06 11:36:51 +08:00
parent 06a10144c2
commit cd76015533
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<script lang="ts" setup>
import { ref } from 'vue';
const msg = ref<string>('愿这世间美好与你环环相扣');
</script>
<template>
<h1>{{ msg }}</h1>
</template>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,11 @@
<script lang="ts" setup>
import { ref } from 'vue';
const msg = ref<string>('愿这世间美好与你环环相扣');
</script>
<template>
<h1>{{ msg }}</h1>
</template>
<style lang="less" scoped></style>