mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[Improvement] Toast: support Vue.use to register (#690)
This commit is contained in:
@@ -8,10 +8,7 @@ const tips = '// This file is auto gererated by build/bin/build-entry.js';
|
||||
function buildVantEntry() {
|
||||
const uninstallComponents = [
|
||||
'Lazyload',
|
||||
'Waterfall',
|
||||
'Toast',
|
||||
'ImagePreview',
|
||||
'Locale'
|
||||
'Waterfall'
|
||||
];
|
||||
|
||||
const importList = Components.map(name => `import ${uppercamelize(name)} from './${name}';`);
|
||||
|
Reference in New Issue
Block a user