lib.config.js 234 B

12345678910111213
  1. // Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. module.exports = {
  3. generic: {
  4. name: 'Zammad Generic Component',
  5. prefix: 'Common',
  6. },
  7. convention: {
  8. vue: {
  9. use: 'use',
  10. },
  11. },
  12. }