<template> <m-gtx title="dbagtx" type="add"></m-gtx> </template> <script> import Dbigtx from "~/views/Statics/Dbigtx"; export default { name: "StaticsDbagtx", components: { "m-gtx": Dbigtx }, data() { return {}; }, }; </script> <style> </style>