Skip to content

Commit

Permalink
SUPPORT-2078: Update Integrations Components for FusionCharts [Contri…
Browse files Browse the repository at this point in the history
…butor Pull Requests]

Contributer PR #64 changes, Remove Vue dependency and unused function
  • Loading branch information
root authored and root committed Oct 12, 2020
1 parent d81560a commit 383538c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 383538c

Please sign in to comment.