Revert "no message"

This reverts commit d560b2ae9d.
This commit is contained in:
2025-10-10 10:32:59 +08:00
parent d560b2ae9d
commit c37c97e97e
219 changed files with 0 additions and 20979 deletions

View File

@ -1,17 +0,0 @@
export const namespaced = true
export const state = () => ({
})
export const mutations = {
}
export const actions = {
}
export const getters = {
}

View File

@ -1,17 +0,0 @@
export const namespaced = true
export const state = () => ({
})
export const mutations = {
}
export const actions = {
}
export const getters = {
}

View File

@ -1,20 +0,0 @@
//默认就是根store不需要namespacedtrue访问的时候直接写根级别的key : this.$store.dispatch('example)
export const state = () => ({
})
export const mutations = {
}
export const actions = {
// 只在服务端渲染时运行一次
async nuxtServerInit({ dispatch, commit }, { app, req }) {
}
}
export const getters = {
}

View File

@ -1,17 +0,0 @@
export const namespaced = true
export const state = () => ({
})
export const mutations = {
}
export const actions = {
}
export const getters = {
}