Vue.component('async-component-factory-function', (resolve, reject) => { setTimeout(() => { resolve({ template: '<div>Async Component</div>' }); }, 1000); });.
確定! 回上一頁