index.ts 256 B

12345678
  1. // Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. import AttributeInput from './AttributeInput.vue'
  3. export default {
  4. dataTypes: ['input', 'integer', 'autocompletion_ajax_external_data_source'],
  5. component: AttributeInput,
  6. }