mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-26 22:10:15 +00:00
16 lines
171 B
Vue
16 lines
171 B
Vue
<template>
|
|
<div>
|
|
<router-view />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'App',
|
|
};
|
|
</script>
|
|
|
|
<style>
|
|
/* Add any additional styling here */
|
|
</style>
|