import touchup
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import "/public/charting_library/charting_library.js"
|
||||
// import "/public/datafeeds/udf/dist/bundle.js"
|
||||
import "/charting_library/charting_library.js?url"
|
||||
// import "/datafeeds/udf/dist/bundle.js?url"
|
||||
import {onMounted, ref} from "vue";
|
||||
import {initWidget} from "@/charts/chart.js";
|
||||
|
||||
@@ -32,4 +32,4 @@ function initShapes() {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user