You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
179 KiB
1 line
179 KiB
11 months ago
|
{"el-affix/offset":{"type":"number","description":"offset distance, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#attributes)"},"el-affix/position":{"type":"string","options":["top","bottom"],"description":"position of affix, default: top.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#attributes)"},"el-affix/target":{"type":"string","description":"target container (CSS selector)\n\n[Docs](https://element-plus.org/en-US/component/affix.html#attributes)"},"el-affix/z-index":{"type":"number","description":"z-index of affix, default: 100.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#attributes)"},"el-affix/change":{"type":"event","description":"triggers when fixed state changed\n\n[Docs](https://element-plus.org/en-US/component/affix.html#events)"},"el-affix/scroll":{"type":"event","description":"triggers when scrolling\n\n[Docs](https://element-plus.org/en-US/component/affix.html#events)"},"el-alert/title":{"type":"string","description":"title\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/type":{"type":"string","options":["success","warning","info","error"],"description":"Component type, default: info.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/description":{"type":"string","description":"Descriptive text. Can also be passed with the default slot\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/closable":{"type":"boolean","description":"If closable or not, default: true.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/center":{"type":"boolean","description":"Whether to center the text, default: false.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/close-text":{"type":"string","description":"Customized close button text\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/show-icon":{"type":"boolean","description":"If a type icon is displayed, default: false.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/effect":{"type":"string","options":["light","dark"],"description":"Choose theme, default: light.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#attributes)"},"el-alert/close":{"type":"event","description":"fires when alert is closed\n\n[Docs](https://element-plus.org/en-US/component/alert.html#events)"},"el-avatar/icon":{"type":"string|component","description":"set representation type to Icon, more info on Icon Component\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#attributes)"},"el-avatar/size":{"type":"number|string","options":["number","large","default","small"],"description":"set avatar size, default: default.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#attributes)"},"el-avatar/shape":{"type":"string","options":["circle","square"],"description":"set avatar shape, default: circle.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#attributes)"},"el-avatar/src":{"type":"string","description":"the address of the image for an image avatar\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#attributes)"},"el-avatar/src-set":{"type":"string","description":"A list of one or more strings separated by commas indicating a set of possible image sources for the user agent to use\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#attributes)"},"el-avatar/alt":{"type":"string","description":"This attribute defines an alternative text description of the image\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#attributes)"},"el-avatar/fit":{"type":"string","options":["fill","contain","cover","none","scale-down"],"description":"set how the image fit its container for an image avatar, default: cover.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#attributes)"},"el-avatar/error":{"type":"event","description":"handler when img load error, return false to prevent default fallback behavior\n\n[Docs](http
|