update structure
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<template><div>about rmt</div></template>
|
||||
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>rmt/pages/contact/properties.vue</h1>
|
||||
<div>Contact prop</div>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
definePageMeta({
|
||||
name: "contact1"
|
||||
})
|
||||
</script>
|
||||
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
// import ContactRouter from "~/components/ContactRouter.vue"
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="container mx-auto p-4">
|
||||
<h1 class="text-2xl font-bold mb-4">Nuxt 3 MFE Remote App</h1>
|
||||
<!-- <ContactRouter /> -->
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user