"use strict"; Vue.component("cc-richtext", { template: ` :multi-values="multi" `, props: { target: { twoWay: !0, type: Object }, multi: { type: Boolean } }, methods: { T: Editor.T, _isSystemFont() { return this.target.useSystemFont.value }, _isCharCacheMode() { return 2 === this.target.cacheMode.value }, } });