easyai-mfe-demo/remote/pages/contact/index.vue
2024-12-21 18:50:22 +07:00

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>