jh-componentj 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tvjs-xp.js +1 -1
- package/dist/tvjs-xp.min.js +1 -1
- package/dist/tvjs-xp.min.js.LICENSE.txt +1 -1
- package/package.json +1 -1
- package/src/Main.vue +1 -1
package/dist/tvjs-xp.js
CHANGED
package/dist/tvjs-xp.min.js
CHANGED
package/package.json
CHANGED
package/src/Main.vue
CHANGED
|
@@ -28,7 +28,7 @@ import { DataCube } from "trading-vue-js";
|
|
|
28
28
|
import StdInput from "./components/StdInput.vue";
|
|
29
29
|
|
|
30
30
|
import Data from "../data/data.json";
|
|
31
|
-
import Extensions from "./
|
|
31
|
+
import Extensions from "./index_prod";
|
|
32
32
|
|
|
33
33
|
import App1 from "./apps/App1.vue";
|
|
34
34
|
|