wip
This commit is contained in:
parent
598e39a1f3
commit
074ccbc051
4 changed files with 78 additions and 89 deletions
|
|
@ -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>
|
||||
|
|
@ -6,13 +6,12 @@ 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 directives from './directives';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue