Skip to content

Commit

Permalink
Fix script test:coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Dec 13, 2024
1 parent 2b70f3b commit 241e5b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<em
class="jhlite-icon"
:class="`jhlite-icon-${name}`"
:aria-hidden="ariaHidden"
:aria-label="!ariaHidden ? ariaLabel : undefined"
:title="title"
></em>
10 changes: 1 addition & 9 deletions src/main/webapp/app/shared/icon/infrastructure/primary/Icon.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<template>
<em
class="jhlite-icon"
:class="`jhlite-icon-${name}`"
:aria-hidden="ariaHidden"
:aria-label="!ariaHidden ? ariaLabel : undefined"
:title="title"
></em>
</template>
<template src="./Icon.html"></template>

<script lang="ts" src="./Icon.component.ts"></script>

0 comments on commit 241e5b7

Please sign in to comment.