chore: test
This commit is contained in:
parent
5a81728c81
commit
dcfb95af50
@ -7,8 +7,6 @@ import { Tag } from 'ant-design-vue';
|
|||||||
|
|
||||||
import { tagTypes } from './data';
|
import { tagTypes } from './data';
|
||||||
|
|
||||||
defineOptions({ name: 'DictTag' });
|
|
||||||
|
|
||||||
const props = withDefaults(
|
const props = withDefaults(
|
||||||
defineProps<{
|
defineProps<{
|
||||||
dicts: DictData[]; // dict数组
|
dicts: DictData[]; // dict数组
|
||||||
|
@ -31,8 +31,7 @@ import {
|
|||||||
toolbar as defaultToolbar,
|
toolbar as defaultToolbar,
|
||||||
} from './tinymce';
|
} from './tinymce';
|
||||||
|
|
||||||
// eslint-disable-next-line vue/order-in-components
|
defineOptions({ inheritAttrs: false });
|
||||||
defineOptions({ inheritAttrs: false, name: 'Tinymce' });
|
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
height: {
|
height: {
|
||||||
|
Loading…
Reference in New Issue
Block a user