modified: main_dc/yalarba/easySite/easySite/app/pages/objects/[id]/edit.vue
modified: main_dc/yalarba/easySite/easySite/app/pages/objects/[id]/index.vue modified: main_dc/yalarba/easySite/easySite/app/pages/objects/create.vue modified: main_dc/yalarba/easySite/easySite/app/pages/objects/index.vue modified: main_dc/yalarba/easySite/easySite/app/pages/objects/my-objects.vue add header footer components into new pages
This commit is contained in:
@@ -49,6 +49,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import Header from '~/components/layout/Header.vue'
|
||||||
|
import Footer from '~/components/layout/Footer.vue'
|
||||||
|
|
||||||
interface ObjectData {
|
interface ObjectData {
|
||||||
id: number
|
id: number
|
||||||
title: string
|
title: string
|
||||||
|
|||||||
@@ -250,6 +250,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import Header from '~/components/layout/Header.vue'
|
||||||
|
import Footer from '~/components/layout/Footer.vue'
|
||||||
|
|
||||||
interface ObjectData {
|
interface ObjectData {
|
||||||
id: number
|
id: number
|
||||||
title: string
|
title: string
|
||||||
|
|||||||
@@ -27,6 +27,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import Header from '~/components/layout/Header.vue'
|
||||||
|
import Footer from '~/components/layout/Footer.vue'
|
||||||
|
|
||||||
const loading = ref(false)
|
const loading = ref(false)
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
|||||||
@@ -143,6 +143,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import Header from '~/components/layout/Header.vue'
|
||||||
|
import Footer from '~/components/layout/Footer.vue'
|
||||||
|
|
||||||
interface ObjectItem {
|
interface ObjectItem {
|
||||||
id: number
|
id: number
|
||||||
title: string
|
title: string
|
||||||
|
|||||||
@@ -150,6 +150,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import Header from '~/components/layout/Header.vue'
|
||||||
|
import Footer from '~/components/layout/Footer.vue'
|
||||||
|
|
||||||
interface MyObjectItem {
|
interface MyObjectItem {
|
||||||
id: number
|
id: number
|
||||||
title: string
|
title: string
|
||||||
|
|||||||
Reference in New Issue
Block a user