You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2021. It is now read-only.
formDesc: {
btn: {
label: '自定义',
type: 'button',
title: '按钮文字', // 按钮文字内容
// 或者 title: '按钮文字'
on: {
// 按钮事件触发
click () {
console.log('clicked')
// 这边如何获取 formdata 的值
}
}
}
}
The text was updated successfully, but these errors were encountered: