From 383538cc476390e942d66ef862b52047e8577dd9 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Oct 2020 14:24:58 +0530 Subject: [PATCH] SUPPORT-2078: Update Integrations Components for FusionCharts [Contributor Pull Requests] Contributer PR #64 changes, Remove Vue dependency and unused function --- src/utils.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/utils.js b/src/utils.js index 8248a7c..cfd5bd1 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,11 +1,3 @@ -import Vue from 'vue'; - -const Observer = new Vue().$data.__ob__.constructor; - -export function makeNonreactive(obj) { - obj.__ob__ = new Observer({}); -} - export const addDep = (FC, modules) => { if (FC) { if (