vue-async-operations-管理Vue组件中的异步操作状态-Vue.js开发

时间:2024-06-16 16:33:36
【文件属性】:

文件名称:vue-async-operations-管理Vue组件中的异步操作状态-Vue.js开发

文件大小:62KB

文件格式:ZIP

更新时间:2024-06-16 16:33:36

Vue.js Miscellaneous

vue-async-operations管理Vue组件中的异步操作状态安装npm install vue-async-operations基本用法从'v vue-async-operations导入Vue管理Vue组件中的异步操作状态安装npm install vue-async-operations基本用法从“ vue”导入Vue从“ vue-async-operations”导入VueAsyncOperations Vue.use(VueAsyncOperations)然后,在组件选项中提供asyncOperations对象,其中每个键是异步操作的名称,值是一个函数返回Promise:// ... asyncOperations:{someAsyncStuff(){//返回Promise //


【文件预览】:
vue-async-operations-master
----.gitignore(14B)
----.babelrc(75B)
----package.json(2KB)
----package-lock.json(228KB)
----src()
--------index.js(825B)
--------mix.js(259B)
--------async-operations.js(4KB)
----dist()
--------vue-async-operations.common.js(8KB)
--------vue-async-operations.browser.js(8KB)
----LICENSE(1KB)
----index.js(112B)
----.eslintrc.js(666B)
----README.md(6KB)
----config()
--------webpack.config.browser.js(678B)
--------webpack.config.dev.js(407B)
--------webpack.config.common.js(682B)
--------webpack.config.base.js(853B)
----.eslintignore(20B)

网友评论