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
vConsole Version: 3.14.6 问题:vconsole 传入如下配置后,storage页签实际默认展示的还是cookies数据; 期望:展示第一个sessionStorage数据
new VConsole({ storage:{ defaultStorages:['sessionStorage','cookies', 'localStorage'] } });
The text was updated successfully, but these errors were encountered:
Fix(Storage): Fix storage pannel sorting error when setting `storage.…
164857e
…defaultStorages` option. (issue #560)
No branches or pull requests
vConsole Version: 3.14.6
问题:vconsole 传入如下配置后,storage页签实际默认展示的还是cookies数据;
期望:展示第一个sessionStorage数据
The text was updated successfully, but these errors were encountered: