export default { created() { // 全局设置 Element UI 的组件尺寸为 small // this.$ELEMENT.size = 'mini'; document.body.style.userSelect = 'none'; }, };