There was an error while loading. Please reload this page.
component(resolve) { require.ensure(['./components/recommend/recommend.vue'], () => { resolve(require('./components/recommend/recommend.vue')); }); },
我不明白为什么还可以这样写,这个resolve 参数是谁传过来的