We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照我文档描述安装和使用defineDriver注册存储适配器,但是运行到微信开发者工具报错,指明适配器内部的注册属性值不是一个函数,如下图所示: 相关注册代码
defineDriver
import { sqliteDriver, uniStorageDriver } from '@uni-helper/localforage-adapter'; import localforage from 'localforage'; localforage.defineDriver(uniStorageDriver);
按照文档使用即可
win10 x64 pro
pnpm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述问题
按照我文档描述安装和使用
defineDriver
注册存储适配器,但是运行到微信开发者工具报错,指明适配器内部的注册属性值不是一个函数,如下图所示:相关注册代码
复现
按照文档使用即可
系统信息
win10 x64 pro
使用的包管理器
pnpm
核对
贡献
The text was updated successfully, but these errors were encountered: