import { reactive } from 'vue'
const data = reactive([
{
label: '通知标题',
key: 'title',
props: {
placeholder: '请输入通知标题'
}
])
export default data