소스 검색

[FIX] destroy vue instance

Gogs 7 년 전
부모
커밋
73bdf673e7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/index.js

+ 2 - 0
src/index.js

@@ -30,6 +30,8 @@ openerp.eiru_pos = (instance, local) => {
             $(this.vm.$el).remove()
             this.vm = null
             instance.eiru_theme.instance.show()
+
+            this._super.apply(this, arguments)
         }
     })