charting library load fix

This commit is contained in:
Tim
2024-04-23 23:52:00 -04:00
parent 02d588d11b
commit bdfb967af0
2 changed files with 2 additions and 3 deletions

View File

@@ -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";