This commit is contained in:
syuilo
2020-09-05 01:08:29 +09:00
parent 598e39a1f3
commit 074ccbc051
4 changed files with 78 additions and 89 deletions

View File

@@ -1,10 +0,0 @@
<template>
<svg style="display:none;"><use xlink:href="#fas-fa-xxxxxxx" class="icon"></use></svg>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
});
</script>