charting library load fix
This commit is contained in:
@@ -2,7 +2,6 @@ import {useChartOrderStore} from "@/orderbuild.js";
|
||||
import {invokeCallbacks, prototype} from "@/common.js";
|
||||
import {DataFeed, initFeeDropdown, lookupSymbol} from "@/charts/datafeed.js";
|
||||
import {intervalToSeconds, SingletonCoroutine} from "@/misc.js";
|
||||
import {store} from "core-js/internals/reflect-metadata.js";
|
||||
import {useStore} from "@/store/store.js";
|
||||
|
||||
export let widget = null
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import "/public/charting_library/charting_library.js?url"
|
||||
// import "/public/datafeeds/udf/dist/bundle.js?url"
|
||||
import "/public/charting_library/charting_library.js"
|
||||
// import "/public/datafeeds/udf/dist/bundle.js"
|
||||
import {onMounted, ref} from "vue";
|
||||
import {initWidget} from "@/charts/chart.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user