<template> <m-swm ref="swm" title="dbaswm" type="add"></m-swm> </template> <script> import Dbiswm from "~/page/Statics/Swm/Dbiswm"; export default { name: "StaticsDbaswm", components: { "m-swm": Dbiswm }, data() { return {}; }, // mounted() { // this.$refs.fec.rules['fecList'] = [ // { type: 'array', required: true, min: 1, message: '地址信息栏不能为空' } // ] // } }; </script> <style> </style>