diff --git a/components/_util/warning.ts b/components/_util/warning.ts index 463e2de50..b4819faa2 100644 --- a/components/_util/warning.ts +++ b/components/_util/warning.ts @@ -9,7 +9,7 @@ type Warning = (valid: boolean, component: string, message?: string) => void; let warning: Warning = noop; if (process.env.NODE_ENV !== 'production') { warning = (valid, component, message) => { - vcWarning(valid, `[antdv: ${component}] ${message}`); + vcWarning(valid, `[ant-design-vue: ${component}] ${message}`); // StrictMode will inject console which will not throw warning in React 17. if (process.env.NODE_ENV === 'test') { diff --git a/components/mentions/demo/async.vue b/components/mentions/demo/async.vue index 88fdc1f23..5167f5e08 100644 --- a/components/mentions/demo/async.vue +++ b/components/mentions/demo/async.vue @@ -16,17 +16,18 @@ async. + diff --git a/components/mentions/demo/basic.vue b/components/mentions/demo/basic.vue index 3c05fbd7d..1475218cf 100644 --- a/components/mentions/demo/basic.vue +++ b/components/mentions/demo/basic.vue @@ -16,11 +16,7 @@ Basic usage.