-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't workingcontribution welcomeGood for newcomersGood for newcomers
Description
<div :rules="[{ transform(value) { return +value} }]"></div>
改成这样就不报错
<div :rules="[{ transform: function(value) { return +value} }]"></div>
报错信息:
[vite-plugin-vue2] /Users/admin/work/code/brick/esop2-support/VueTemplateBabelCompiler: Property key of ObjectMethod expected node to be of a type ["Identifier","StringLiteral","NumericLiteral"] but instead got "MemberExpression"
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcontribution welcomeGood for newcomersGood for newcomers