保存进度!
This commit is contained in:
17
企业级管理系统/web/项目源码/src/views/user/Index.vue
Normal file
17
企业级管理系统/web/项目源码/src/views/user/Index.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="">用户列表</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'NewsIndex',
|
||||
components: {},
|
||||
props: {},
|
||||
setup(props){
|
||||
|
||||
return {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
Reference in New Issue
Block a user