Expose walkFetch method for plugins

This commit is contained in:
Pig Fang 2018-09-09 12:59:56 +08:00
parent 130d16a2f0
commit 9f0e08b84f

View File

@ -69,4 +69,4 @@ Vue.use(_Vue => {
};
});
blessing.fetch = { get, post };
blessing.fetch = { get, post, walkFetch };