complie
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
<script setup lang="ts">
|
||||
import APlayer from 'aplayer';
|
||||
// import APlayer from 'aplayer';
|
||||
import 'aplayer/dist/APlayer.min.css';
|
||||
import { reactive, nextTick, onBeforeUnmount, getCurrentInstance, onMounted, ref } from 'vue'
|
||||
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
declare module 'v-contextmenu'
|
||||
@@ -135,7 +135,7 @@ const concelSubscribe = () => {
|
||||
})
|
||||
}
|
||||
|
||||
const Formatter = (row, column) => {
|
||||
const Formatter = (row: any, column: any) => {
|
||||
let diff = (row.last_price - row.open_price) / row.open_price
|
||||
return toPercent(diff)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user