/*
 * @Description: 
 * @Autor: renchao
 * @LastEditTime: 2023-05-17 10:34:57
 */
const state = {
  contentWidth: ''
}

const mutations = {

}

const actions = {
}

export default {
  namespaced: true,
  state,
  mutations,
  actions
}