moved charting script into index.html

This commit is contained in:
tim
2024-10-19 11:43:17 -04:00
parent 79de6ceb24
commit e5ff7a7174
2 changed files with 2 additions and 2 deletions

View File

@@ -3,8 +3,7 @@
</template>
<script setup>
import "/charting_library/charting_library.js?url"
// import "/datafeeds/udf/dist/bundle.js?url"
// import "/public/datafeeds/udf/dist/bundle.js"
import {onMounted, ref} from "vue";
import {initWidget} from "@/charts/chart.js";