<template> <m-act title="dbdact" type="delete"></m-act> </template> <script> import Dbiact from "~/views/Statics/Dbiact"; export default { name: "StaticsDbdact", components: { "m-act": Dbiact }, data() { return {}; }, }; </script> <style> </style>