13 lines
225 B
Vue
13 lines
225 B
Vue
<template>
|
|
<div class="rmt">
|
|
<h1>rmt/pages/contact/index.vue</h1>
|
|
<div>Contact index</div>
|
|
</div>
|
|
</template>
|
|
<script setup></script>
|
|
<style scoped>
|
|
.rmt {
|
|
background-color: antiquewhite;
|
|
}
|
|
</style>
|