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