mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[improvement] update eslint config (#2288)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Waterfall from './directive.js';
|
||||
import Waterfall from './directive';
|
||||
|
||||
Waterfall.install = function(Vue) {
|
||||
Waterfall.install = function (Vue) {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
console.warn('[Vant] Waterfall is deprecated, please use List component instread');
|
||||
}
|
||||
|
Reference in New Issue
Block a user