Browse Source

fix conditional app config view

pull/46/head
Jonathan Cobb 4 years ago
parent
commit
bf4d8d45b4
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      src/account/AppConfigPage.vue
  2. +1
    -0
      src/account/AppPage.vue

+ 1
- 1
src/account/AppConfigPage.vue View File

@@ -133,7 +133,7 @@
</template> </template>


<script> <script>
import { mapState, mapActions, mapGetters } from 'vuex'
import { mapState, mapActions, mapGetters } from 'vuex';
import { util } from '~/_helpers'; import { util } from '~/_helpers';
import { safeEval } from '~/_store'; import { safeEval } from '~/_store';




+ 1
- 0
src/account/AppPage.vue View File

@@ -82,6 +82,7 @@
<script> <script>
import { mapState, mapActions, mapGetters } from 'vuex'; import { mapState, mapActions, mapGetters } from 'vuex';
import { util } from '~/_helpers'; import { util } from '~/_helpers';
import { safeEval } from '~/_store';


export default { export default {
data () { data () {


Loading…
Cancel
Save