Component.vue.t 331 B

12345678910
  1. ---
  2. to: ../../app/frontend/<%= h.componentLibrary(libraryName) %>/components/<%= h.componentGenericWitPrefix(name, h) %>/<%= h.componentGenericWitPrefix(name, h) %>.vue
  3. ---
  4. <!-- <%= h.zammadCopyright() %> -->
  5. <script setup lang="ts"></script>
  6. <template>
  7. <div>Hello <%= h.componentGenericWitPrefix(name, h) %></div>
  8. </template>