charting library load fix
This commit is contained in:
@@ -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