Compare commits
2 Commits
89c7b7533f
...
228fd01e26
Author | SHA1 | Date |
---|---|---|
|
228fd01e26 | |
|
4320379d1a |
|
@ -3,7 +3,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { computed } from 'vue';
|
import {computed} from 'vue';
|
||||||
import VText from './VText.vue';
|
import VText from './VText.vue';
|
||||||
|
|
||||||
const emit = defineEmits(['update:modelValue']);
|
const emit = defineEmits(['update:modelValue']);
|
||||||
|
|
|
@ -27,7 +27,7 @@ window.hasKeys = function (object, expected) {
|
||||||
};
|
};
|
||||||
|
|
||||||
window.globalFieldRules = function () {
|
window.globalFieldRules = function () {
|
||||||
return ['value', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type'];
|
return ['value', 'special_type', 'nami_type', 'for_members', 'key', 'columns', 'name', 'type'];
|
||||||
};
|
};
|
||||||
|
|
||||||
EventForm.styles = [classes, carousel, carouselStyle];
|
EventForm.styles = [classes, carousel, carouselStyle];
|
||||||
|
|
Loading…
Reference in New Issue