Skip to content

Commit

Permalink
Modify Play Status.
Browse files Browse the repository at this point in the history
  • Loading branch information
keoinn committed Oct 3, 2024
1 parent 175f475 commit ef31ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SmorreryScence.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SpaceScene } from "@/utils/SpaceScene/SpaceScene.js";
const target = ref();
const control_btn_icon = ref('mdi-pause')
const control_st = ref(false)
const control_st = ref(true)
const forward_btn_icon = ref('mdi-skip-backward') //mdi mdi-fast-backward
const forward_st = ref(true)
Expand Down

0 comments on commit ef31ba0

Please sign in to comment.