16 lines
246 B
Vue
16 lines
246 B
Vue
<template lang="">
|
|
<div class='text-end me-3'><a href="http://localhost:8081" class='text-decoration-none'>Выход</a></div>
|
|
|
|
<router-view></router-view>
|
|
|
|
</template>
|
|
<script>
|
|
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
<style lang="">
|
|
|
|
</style>
|