This website works better with JavaScript.
首頁
探索
說明
登入
bubblev
/
bubble-web
關註
8
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix conditional app config view
pull/46/head
Jonathan Cobb
4 年之前
父節點
a4944233bf
當前提交
bf4d8d45b4
共有
2 個文件被更改
,包括
2 次插入
和
1 次删除
分割檢視
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
查看文件
@@ -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 () {
Write
Preview
Loading…
取消
儲存