component.vue.t 192 B

12345678910
  1. ---
  2. to: <%- h.getPath(path) %>
  3. ---
  4. <!-- <%= h.zammadCopyright() %> -->
  5. <script setup lang="ts"></script>
  6. <template>
  7. <div>Hello <%= h.convertCase.pascal(componentName) %></div>
  8. </template>