- update pages
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user