update:add ci cd files ==> do not edit those file
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export const state = () => ({
|
||||
cover: {}
|
||||
})
|
||||
|
||||
export const mutations = {
|
||||
setCover(state, payload) {
|
||||
state.cover = payload
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user