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';
|
||||
|
||||
defineOptions({ name: 'DictTag' });
|
||||
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
dicts: DictData[]; // dict数组
|
||||
|
@ -31,8 +31,7 @@ import {
|
||||
toolbar as defaultToolbar,
|
||||
} from './tinymce';
|
||||
|
||||
// eslint-disable-next-line vue/order-in-components
|
||||
defineOptions({ inheritAttrs: false, name: 'Tinymce' });
|
||||
defineOptions({ inheritAttrs: false });
|
||||
|
||||
const props = defineProps({
|
||||
height: {
|
||||
|
Loading…
Reference in New Issue
Block a user