Skip to content

Commit

Permalink
fix(vue-generator): update vue-generator docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chilingling committed Apr 25, 2024
1 parent 834b716 commit 105cc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ const customPropsHook = (schemaData, globalHooks) => {
// 使用
genSFCWithDefaultPlugin(schema, componentsMap, {
attribute: [customPropsHook]
genTemplate: [customPropsHook]
})
```

Expand Down

0 comments on commit 105cc24

Please sign in to comment.