nebula/store
2024-03-22 22:40:55 +08:00
..
admin.js 🎨 接口数据结构变更 2022-07-25 06:45:33 +08:00
answer.js 每日一题系统 2020-12-08 19:59:46 +08:00
article.js 🎨 接口数据结构变更 2022-07-25 06:45:33 +08:00
bank-account.js 💩 产品模块代码 2022-06-21 08:33:33 +08:00
bank.js 💩 产品模块代码 2022-06-21 08:33:33 +08:00
comment.js feat(components): 评论组件增加分页 2023-03-24 15:20:25 +08:00
currency-rule.js 💩 产品模块代码 2022-06-21 08:33:33 +08:00
dashboard.js 💩 产品模块代码 2022-06-21 08:33:33 +08:00
draft.js nuxt/auth 2022-10-27 23:22:46 +08:00
follow.js 🎨 获取用户关注用户/粉丝数据功能 2021-08-24 22:32:08 +08:00
global.js 一个简易的搜索功能解决方案 2020-11-30 23:56:08 +08:00
index.js fix(global): 设备端判断问题修复 2023-08-31 22:03:44 +08:00
notification.js 🎨 接口数据结构变更 2022-07-26 21:04:19 +08:00
open-data.js nuxt/auth 2022-10-29 22:18:17 +08:00
portfolio.js 🎨 接口数据结构变更 2022-08-27 16:05:43 +08:00
product.js 🐛 产品详情数据解析问题修复 2022-10-28 15:40:09 +08:00
README.md first commit 2020-06-19 17:10:44 +08:00
rule.js 货币规则 2020-12-10 16:24:55 +08:00
search.js 💩 搜索功能 2021-05-20 22:02:49 +08:00
tag.js fix(components): 标签/专题管理适配 VueCropper 组件 2024-03-22 22:40:55 +08:00
topic.js fix(components): 标签/专题管理适配 VueCropper 组件 2024-03-22 22:40:55 +08:00
user.js ♻️ 个人中心路径 /user/nickname -> /user/account 2021-03-26 10:44:54 +08:00
wallet.js nuxt/auth 2022-10-27 23:22:46 +08:00

STORE

This directory is not required, you can delete it if you don't want to use it.

This directory contains your Vuex Store files. Vuex Store option is implemented in the Nuxt.js framework.

Creating a file in this directory automatically activates the option in the framework.

More information about the usage of this directory in the documentation.