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
类似于vue的event bus,不需要那么复杂的功能,只要能保存并获取全部数据就行
The text was updated successfully, but these errors were encountered:
支持简单的数据管理。
import { Store } from 'cpage'; // 存储数据 Store.data('id', 10); // 获取数据 Store.get('id');
Sorry, something went wrong.
okok
No branches or pull requests
类似于vue的event bus,不需要那么复杂的功能,只要能保存并获取全部数据就行
The text was updated successfully, but these errors were encountered: