ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻
开启你的AI之旅
广告
~~~ // 存储变量到user键 store.set('user', { name:'Marcus' }) //获取内容 store.get('user') // 删除键 store.remove('user') // 清除所有的键 store.clearAll() // 循环显示所有的键值对 store.eachEach(function(key, value) { console.log(key, '==', value) }) ~~~
官方推荐插件
路由(vue-router)
状态管理(vuex)
http请求(axios)
http请求(http-resource)
常用插件
表单校验(vee-validate)
提示框(vuejs-dialog)
安装
引入
API
选项
技巧
vue.js版本之bootstrap
安装
数据存储(localstorage)
安装
常用API