diff --git a/build/config.js b/build/config.js index fbee0138a..922896706 100644 --- a/build/config.js +++ b/build/config.js @@ -1,5 +1,5 @@ module.exports = { dev: { - componentName: 'upload', // dev components + componentName: 'mentions', // dev components }, }; diff --git a/components/input/Input.jsx b/components/input/Input.jsx index 72e3c5ade..4b82589a1 100644 --- a/components/input/Input.jsx +++ b/components/input/Input.jsx @@ -192,11 +192,6 @@ export default { keydown: this.handleKeyDown, change: noop, }, - directives: [ - { - name: 'ant-input', - }, - ], }; return
-
-
+
+
-
+
diff --git a/components/mentions/demo/basic.md b/components/mentions/demo/basic.md index 607a23157..321f667ac 100644 --- a/components/mentions/demo/basic.md +++ b/components/mentions/demo/basic.md @@ -11,7 +11,7 @@ Basic usage. ```tpl