index.vue 268 Bytes
Newer Older
hewei committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<template>
  <m-usr title="dbeusr" type="edit"></m-usr>
</template>

<script>
import DbiUsr from "~/views/Statics/Dbiusr";

export default {
  name: "StaticsDbeusr",
  components: {
    "m-usr": DbiUsr
  },
  data() {
    return {};
  },
};
</script>

<style>
</style>