style: 岗位填入值顺序

This commit is contained in:
TsMask
2023-11-20 18:14:39 +08:00
parent 1e5874d7e7
commit 14eabfe1fe
2 changed files with 16 additions and 27 deletions

View File

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