wip
This commit is contained in:
parent
d4e6af00d9
commit
0007f4915e
2 changed files with 12 additions and 1 deletions
10
src/client/components/fa.vue
Normal file
10
src/client/components/fa.vue
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<template>
|
||||
<svg><use xlink:href="#fas-fa-xxxxxxx" class="icon"></use></svg>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
});
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue