Michelle Rodriguez

Results 2 issues of Michelle Rodriguez

添加依赖`'io.github.uni-cstar:oknet:0.0.7'`是不是写错了 找不到这个依赖,到maven仓库搜索才发现应该是`'io.github.uni-cstar:okNet:0.0.7'`

custom plugin supports adding custom parameters in `options`,example: ``` declare module 'vue-request' { interface PluginOptions { customParameters?: Ref } } const useReadyPlugin = definePlugin((queryInstance, { customParameters = ref(true),// ...otherOptionsParameters })...