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

<script>
import Dbiatp from "~/views/Statics/Dbiatp";

export default {
  name: "StaticsDbeatp",
	components: {
		"m-pty": Dbiatp
	},
  data() {
    return {};
  },
};
</script>

<style>
</style>