16 lines
246 B
Vue
Raw Permalink Normal View History

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