nebula/store
2021-03-26 10:44:54 +08:00
..
admin.js 🐛 用户/角色管理界面分页问题修复 2020-09-15 22:15:02 +08:00
answer.js 每日一题系统 2020-12-08 19:59:46 +08:00
article.js :bugs: 发布文章后 500 问题修复 2021-02-24 09:23:08 +08:00
bank-account.js 积分系统基础功能实现 2020-11-30 20:42:24 +08:00
bank.js 积分系统基础功能实现 2020-11-30 20:42:24 +08:00
comment.js 专题模块功能 2020-08-01 00:41:54 +08:00
dashboard.js 后台管理-仪表盘功能 2020-08-11 14:42:45 +08:00
draft.js 草稿箱模块 2020-08-02 19:22:39 +08:00
global.js 一个简易的搜索功能解决方案 2020-11-30 23:56:08 +08:00
index.js 一个简易的搜索功能解决方案 2020-11-30 23:56:08 +08:00
notification.js 🐛 消息标记已读问题修复 2021-03-15 21:16:01 +08:00
portfolio.js 作品集面板功能 2021-03-06 21:29:35 +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 一个简易的搜索功能解决方案 2020-11-30 23:56:08 +08:00
tag.js 标签管理功能 2020-09-08 07:59:16 +08:00
topic.js 专题管理功能 2020-09-08 07:59:55 +08:00
user.js ♻️ 个人中心路径 /user/nickname -> /user/account 2021-03-26 10:44:54 +08:00
wallet.js 积分系统基础功能实现 2020-11-30 20:42:24 +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.