ソースを参照

fix conditional app config view

pull/46/head
Jonathan Cobb 4年前
コミット
bf4d8d45b4
2個のファイルの変更2行の追加1行の削除
  1. +1
    -1
      src/account/AppConfigPage.vue
  2. +1
    -0
      src/account/AppPage.vue

+ 1
- 1
src/account/AppConfigPage.vue ファイルの表示

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

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



+ 1
- 0
src/account/AppPage.vue ファイルの表示

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

export default {
data () {


読み込み中…
キャンセル
保存