Port filemanager to composition style api and sync filemanger/terminal/logs toolbar layout
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { createApp } from 'vue';
|
||||
|
||||
import '@fontsource/noto-sans';
|
||||
|
||||
import { tooltip } from 'pankow';
|
||||
import i18n from './i18n.js';
|
||||
import Terminal from './components/Terminal.vue';
|
||||
|
||||
import './style.css';
|
||||
|
||||
(async function init() {
|
||||
const app = createApp(Terminal);
|
||||
|
||||
app.directive('tooltip', tooltip);
|
||||
|
||||
app.use(await i18n());
|
||||
|
||||
app.mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user