Skip to content

Commit

Permalink
Update Artplayer.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhw2590582 committed Sep 6, 2024
1 parent 910c223 commit afcfebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artplayer-template/vue3.js/src/Artplayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<script setup>
import Artplayer from 'artplayer';
import { ref, onMounted, onBeforeUnmount, nextTick } from 'vue';
import { ref, shallowRef, onMounted, onBeforeUnmount, nextTick } from 'vue';
const emit = defineEmits(['get-instance']);
Expand Down

0 comments on commit afcfebe

Please sign in to comment.