Login finished

This commit is contained in:
2023-01-31 23:09:14 -03:00
committed by Chris Cromer
parent 1be368a905
commit 81cbd759cb
15 changed files with 183 additions and 290 deletions

View File

@@ -68,7 +68,6 @@ const isOutsideClicked = (event) => {
</div>
<app-footer></app-footer>
</div>
<app-config></app-config>
<div class="layout-mask"></div>
</div>
</template>

View File

@@ -9,7 +9,6 @@ const model = ref([
items: [
{ label: 'Dashboard', icon: 'pi pi-fw pi-home', to: '/home' },
{ label: 'Chart', icon: 'pi pi-fw pi-chart-bar', to: '/charts' }]
}
]);
</script>