--更改文件夹

This commit is contained in:
lai
2023-09-26 09:44:30 +08:00
parent 5903bb49ed
commit 1d1ec7e1e9
5 changed files with 502 additions and 11 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>