瀏覽代碼

:bug: left an extra chara in

tags/0.9.0
J 4 年之前
父節點
當前提交
95fc69e044
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      vue-theme/src/store/modules/exhibition.js

+ 1
- 1
vue-theme/src/store/modules/exhibition.js 查看文件

@@ -26,7 +26,7 @@ const getters = {
26 26
 }
27 27
 
28 28
 const actions = {
29
-    getAllExhibitions({ commit }, sortType, params) j{
29
+    getAllExhibitions({ commit }, sortType, params) {
30 30
         commit('CLEAR_EXHIBITIONS')
31 31
         commit('EXHIBITIONS_LOADED', false)
32 32
         return api.getByType('exhibition', sortType, exhibitions => {

Loading…
取消
儲存