django-vue-admin/dvadmin-ui/src/views/permission/user/users/index.vue

30 lines
355 B
Vue

<template>
<div>
无内容
</div>
</template>
<script>
export default {
components: {},
props: [],
data() {
return {}
},
computed: {},
watch: {},
created() {
},
mounted() {
},
methods: {}
}
</script>
<style>
.el-rate {
display: inline-block;
vertical-align: text-top;
}
</style>