feat: 网元用户信息菜单

This commit is contained in:
TsMask
2023-09-19 10:28:22 +08:00
parent 307ab8bcf6
commit 2aa1720dcf
5 changed files with 2028 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>