管理系统PC前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dm-manage-web/src/views/index.vue

20 lines
258 B

2 years ago
<template>
<div class="main-content">
<el-card>
<div>这是首页</div>
</el-card>
</div>
</template>
<script>
export default {
name: 'Index',
data() {
return {};
},
methods: {}
};
</script>
<style scoped lang="scss"></style>