Add more detail to the props given to Vue
This commit is contained in:
parent
995cc178b7
commit
d8b15c0c7e
1 changed files with 8 additions and 0 deletions
|
|
@ -38,6 +38,14 @@ import UnknownTypeCard from "./cards/UnknownType.vue";
|
|||
export default {
|
||||
name: `MainView`,
|
||||
props: {
|
||||
preview_mode: {
|
||||
type: Boolean,
|
||||
required: true,
|
||||
},
|
||||
dev_mode: {
|
||||
type: Boolean,
|
||||
required: true,
|
||||
},
|
||||
auth_redirect: {
|
||||
type: String,
|
||||
required: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue