This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix conditional app config view
pull/46/head
Jonathan Cobb
4 years ago
parent
a4944233bf
commit
bf4d8d45b4
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/account/AppConfigPage.vue
+1
-0
src/account/AppPage.vue
+ 1
- 1
src/account/AppConfigPage.vue
View File
@@ -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
View File
@@ -82,6 +82,7 @@
<script>
import { mapState, mapActions, mapGetters } from 'vuex';
import { util } from '~/_helpers';
import { safeEval } from '~/_store';
export default {
data () {
Write
Preview
Loading…
Cancel
Save