2023-03-31 17:17:59 +04:00
|
|
|
<template lang="">
|
2023-04-29 14:20:44 +04:00
|
|
|
<div class='text-end me-3'><a href="http://localhost:8081" class='text-decoration-none'>Выход</a></div>
|
|
|
|
|
2023-04-03 01:00:37 +04:00
|
|
|
<router-view></router-view>
|
|
|
|
|
2023-03-31 17:17:59 +04:00
|
|
|
</template>
|
|
|
|
<script>
|
2023-04-03 01:00:37 +04:00
|
|
|
|
2023-03-31 17:17:59 +04:00
|
|
|
export default {
|
2023-04-03 01:00:37 +04:00
|
|
|
|
2023-03-31 17:17:59 +04:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<style lang="">
|
|
|
|
|
|
|
|
</style>
|