Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-07-25 15:50:49 +08:00
109 changed files with 1699 additions and 744 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
// Utils
import { createNamespace } from '../utils';
import { BORDER_SURROUND } from '../utils/constant';
// Components
import Icon from '../icon';
@@ -56,7 +55,7 @@ export default createComponent({
<span
key="content"
style={style}
class={[bem([classes, type]), { [BORDER_SURROUND]: plain }]}
class={bem([classes, type])}
>
{slots.default?.()}
{CloseIcon}