mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
8f519cfbef
* fix: respect format props and default value Vue 3 props will always have all keys defined, regardless if users pass props when using the component. So {format, ...props} will always overwrite the default format because props has format defined on it. When users do not pass format, the code breaks. * fix: null-coalescing operator(??) requires parens * fix: capture reactivity |
||
---|---|---|
.. | ||
__tests__ | ||
src | ||
index.ts | ||
package.json |