Files
craftlabs-authorization-sdk/web/delivery-platform-ui/src/App.vue
T
huangping 65eb983035 feat(web): I1 shell and I2 customer/project UI
Vue 3 + Element Plus layout with JWT login, RBAC routes, axios 401
handling with token restore, and Customers/Projects views wired to
platform APIs.

Made-with: Cursor
2026-04-06 21:05:02 +08:00

16 lines
135 B
Vue

<template>
<router-view />
</template>
<script setup>
</script>
<style>
html,
body,
#app {
margin: 0;
height: 100%;
}
</style>