Skip to content

Commit 383538c

Browse files
rootroot
root
authored and
root
committed
SUPPORT-2078: Update Integrations Components for FusionCharts [Contributor Pull Requests]
Contributer PR #64 changes, Remove Vue dependency and unused function
1 parent d81560a commit 383538c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/utils.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
import Vue from 'vue';
2-
3-
const Observer = new Vue().$data.__ob__.constructor;
4-
5-
export function makeNonreactive(obj) {
6-
obj.__ob__ = new Observer({});
7-
}
8-
91
export const addDep = (FC, modules) => {
102
if (FC) {
113
if (

0 commit comments

Comments
 (0)