Files
cdTestPlant3/cdTMP/src/views/dashboard/workplace/index.vue

8 lines
124 B
Vue
Raw Normal View History

2023-06-05 21:02:25 +08:00
<template>
<div><h2>我是workplace</h2></div>
</template>
<script setup></script>
<style lang="scss" scoped></style>