0
0
Fork 0

Tell the control system if it's preview/dev mode.

This commit is contained in:
Tyler-A 2020-07-30 21:48:20 -06:00
parent 2206a46453
commit 6d3164f5be
3 changed files with 25 additions and 10 deletions

View file

@ -50,9 +50,11 @@
<script>
export default {
name: `ControlBar`,
props: [
'data_exists'
],
props: {
data_exists: Boolean,
dev: Boolean,
preview: Boolean,
},
components: {},
data() { return {
error: ``,