98k-loading 中文文档教程
98k-loading
的加载插件
Install
$ npm install --save 98k-loading
Quick start
98k index.js
import Kar98k from '98k';
import createLoading from '98k-loading';
const app = Kar98k();
app.use(createLoading());
Options
createLoading({
namespace: 'loading' //default to 'loading',
include: ['^example/fetch'], //filter action types, regex enabled, default to empty
exclude: ['^counter/'] //default to empty
})
98k-loading
a loading plugin for 98k
Install
$ npm install --save 98k-loading
Quick start
index.js
import Kar98k from '98k';
import createLoading from '98k-loading';
const app = Kar98k();
app.use(createLoading());
Options
createLoading({
namespace: 'loading' //default to 'loading',
include: ['^example/fetch'], //filter action types, regex enabled, default to empty
exclude: ['^counter/'] //default to empty
})
更多
你可能也喜欢
- 2d-css-matrix-parse 中文文档教程
- 3testpublicationnodejs 中文文档教程
- @18f/us-federal-holidays 中文文档教程
- @1amageek/passkit 中文文档教程
- @3test/ethereum-bitski-frontend-provider 中文文档教程
- @3wirebuild/styled-system 中文文档教程
- @4geit/swg-data-table-path 中文文档教程
- @7y1o/localize 中文文档教程
- @9fv.io/wait-for-it 中文文档教程
- @aacassandra/parse-config 中文文档教程