- update pages

This commit is contained in:
2023-07-30 23:22:36 +02:00
parent 155f52c331
commit c8000b55cd
9 changed files with 144 additions and 89 deletions

View File

@@ -8,16 +8,16 @@ import Links from './Side/Links.vue';
const props = defineProps({
token: {
type: String,
default: null,
type: [String, null],
},
rodo: {
type: String,
default: null,
type: [String, null],
},
loading: {
required: true,
type: Boolean,
default: false,
},
});