export default { computed: { //插件是否存在 addonIsExit() { return this.$store.state.addonIsExit }, } }