chore(@vant/lazyload): remove @babel/runtime

This commit is contained in:
chenjiahan
2021-04-14 09:35:08 +08:00
committed by neverland
parent 7bfceb508e
commit 9c5ad689eb
4 changed files with 4 additions and 21 deletions
+1 -4
View File
@@ -91,10 +91,7 @@ export default function () {
* @return
*/
config(options = {}) {
this.options = {
...this.options,
options,
};
Object.assign(this.options, options);
}
/**