💎一站式轻松地调用各大LLM模型接口,
支持GPT4、智谱、星火、月之暗面
及文生图
广告
~~~ // 存储变量到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