This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<v-container max-width="1400">
|
||||
<GamePreview v-model="object"></GamePreview>
|
||||
<GamePreview v-model="object" v-if="object"></GamePreview>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
object: {},
|
||||
object: null,
|
||||
valid: false,
|
||||
rules: {
|
||||
required: v => v ? true : this.l.fieldRequired,
|
||||
|
||||
Reference in New Issue
Block a user