From fe4171397438822eb7c6f6bde4126074daa62414 Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Fri, 24 Aug 2018 16:53:34 +0530 Subject: [PATCH] [hub][vue] add import --- erpnext/public/js/hub/pages/publish.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/public/js/hub/pages/publish.js b/erpnext/public/js/hub/pages/publish.js index 59b6c3814df..12172a30ba5 100644 --- a/erpnext/public/js/hub/pages/publish.js +++ b/erpnext/public/js/hub/pages/publish.js @@ -1,4 +1,5 @@ import PublishPage from '../components/PublishPage.vue'; +import Vue from 'vue/dist/vue.js'; erpnext.hub.Publish = class Publish { constructor(parent) {