fix(fe timeformatter): fixed timeformatter reference in tracklist and formatFromSeconds function
This commit is contained in:
parent
36d3deab44
commit
b5bbb55569
2 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import {onMounted, ref, watch} from "vue";
|
||||
import draggable from "vuedraggable";
|
||||
import {timeFormatter} from "../../../helpers/TimeFormatter.ts";
|
||||
import {timeFormatter} from "@/helpers/TimeFormatter.ts";
|
||||
|
||||
const emit = defineEmits([
|
||||
'updateTracks'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue