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