flat: 暂存
This commit is contained in:
@@ -51,7 +51,11 @@ Vue.prototype.website = website;
|
||||
// iconfontVersion.forEach(ele => {
|
||||
// loadStyle(iconfontUrl.replace('$key', ele));
|
||||
// });
|
||||
|
||||
// 睡眠函数
|
||||
function sleep (time) {
|
||||
return new Promise((resolve) => setTimeout(resolve, time))
|
||||
}
|
||||
Vue.prototype.$api = { sleep }
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
new Vue({router, store, i18n, render: h => h(App)}).$mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user