cube-ui 给组件设置样式

cube-ui

(this.$createDialog({
              $attrs: {
                  id: 'abcd-adbd',
              },
              $class: {
                'my_class': true,
              },
              type: 'confirm',
              content: `
              

${content}

`, confirmBtn: { text: this.$t('checkup__confirm'), active: true, disabled: false, href: 'javascript:;', }, cancelBtn: { text: this.$t('checkup__cancel'), active: false, disabled: false, href: 'javascript:;', },

你可能感兴趣的:(cube-ui,vue,vue移动组件,插件)