Tell the control system if it's preview/dev mode.
This commit is contained in:
parent
2206a46453
commit
6d3164f5be
3 changed files with 25 additions and 10 deletions
|
|
@ -50,9 +50,11 @@
|
|||
<script>
|
||||
export default {
|
||||
name: `ControlBar`,
|
||||
props: [
|
||||
'data_exists'
|
||||
],
|
||||
props: {
|
||||
data_exists: Boolean,
|
||||
dev: Boolean,
|
||||
preview: Boolean,
|
||||
},
|
||||
components: {},
|
||||
data() { return {
|
||||
error: ``,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue