Explorar el Código

[FIX] destroy vue instance

Gogs hace 7 años
padre
commit
73bdf673e7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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)
         }
     })