Files
ComfyUI_frontend/src/views/layouts/LayoutDefault.vue
ArtificialLab 05b3ad2f59 Front stack primary updates and improvements (#757)
* (fix) index.html formating for prettier

* (add) proper icon management
- on-demand icons auto importing
- handle all available icon sets (https://icones.js.org)

* (fix) proper css management

* (add) front stack improvement:
- implement vue router
- prepare for App.vue simplification
- proper management of views and layouts
- fix Tailwind CSS and prepare for overall css cleaning

* (fix) move back user.css to public dir

* (fix) remove user.css import from main.ts
2024-09-11 08:53:54 +09:00

6 lines
115 B
Vue

<template>
<main class="w-full min-h-screen overflow-hidden relative">
<router-view />
</main>
</template>