Skip to content

Commit

Permalink
Merge pull request #77 from fusioncharts/feature/SUPPORT-2078-remove-…
Browse files Browse the repository at this point in the history
…vue-dependency-unused-function

SUPPORT-2078: Update Integrations Components for FusionCharts [Contributor Pull Requests]
  • Loading branch information
Pallab-accolite authored Oct 21, 2020
2 parents 683641c + 383538c commit eb9b045
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 eb9b045

Please sign in to comment.