wip
This commit is contained in:
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>
|
@@ -6,12 +6,13 @@ import { createApp } from 'vue';
|
||||
import VueMeta from 'vue-meta';
|
||||
import VAnimateCss from 'v-animate-css';
|
||||
import { createI18n } from 'vue-i18n';
|
||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
|
||||
//import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
|
||||
import { AiScript } from '@syuilo/aiscript';
|
||||
import { deserialize } from '@syuilo/aiscript/built/serializer';
|
||||
|
||||
import VueHotkey from './scripts/hotkey';
|
||||
import Root from './root.vue';
|
||||
import FontAwesomeIcon from './components/fa.vue';
|
||||
import Stream from './scripts/stream';
|
||||
import widgets from './widgets';
|
||||
import { version, langs, getLocale, apiUrl } from './config';
|
||||
|
Reference in New Issue
Block a user