diff --git a/src/dropdown-menu/index.js b/src/dropdown-menu/index.js index 913990da9..376cb07fa 100644 --- a/src/dropdown-menu/index.js +++ b/src/dropdown-menu/index.js @@ -1,5 +1,5 @@ import { createNamespace } from '../utils'; -import { BLUE, BORDER_TOP_BOTTOM } from '../utils/constant'; +import { BORDER_TOP_BOTTOM } from '../utils/constant'; import { ParentMixin } from '../mixins/relation'; import { ClickOutsideMixin } from '../mixins/click-outside'; @@ -15,6 +15,7 @@ export default createComponent({ ], props: { + activeColor: String, overlay: { type: Boolean, default: true @@ -31,10 +32,6 @@ export default createComponent({ type: String, default: 'down' }, - activeColor: { - type: String, - default: BLUE - }, closeOnClickOverlay: { type: Boolean, default: true @@ -91,6 +88,7 @@ export default createComponent({ -
B
+
B
B
-
-