Browse Source

small clarification (#4884)

otherwise it may be misinterpretated or make it hard to read
pull/4886/head^2
Javier Pons 3 years ago
committed by GitHub
parent
commit
ee67fde8be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/modules/Components.md

2
docs/modules/Components.md

@ -365,7 +365,7 @@ The `model` is probably the one you'll use the most as is what is used for the d
The model defines also what you will see as the resultant HTML (the export code) and you've probably noticed the use of `tagName` (if not specified the `div` will be used) and `attributes` properties on the model.
One another important property (not used because `<input/>` doesn't need it) might be `components`, which defines default internal components
One another important property (not used in our input component integration because `<input/>` doesn't need it) might be `components`, which defines default internal components
```js
defaults: {

Loading…
Cancel
Save