We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<template v-slot:age="{ desc, data, field, formData }"> 默认字段不是驼峰插槽功能有效(字段age) <template v-slot:max-age="{ desc, data, field, formData }"> 如果字段是驼峰折无效(字段maxAge)
<template v-slot:age="{ desc, data, field, formData }">
<template v-slot:max-age="{ desc, data, field, formData }">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report(问题描述)
Steps to reproduce(问题复现步骤)
<template v-slot:age="{ desc, data, field, formData }">
默认字段不是驼峰插槽功能有效(字段age)<template v-slot:max-age="{ desc, data, field, formData }">
如果字段是驼峰折无效(字段maxAge)The text was updated successfully, but these errors were encountered: