Update VerticalDoc.vue

Fixed import ref from vue and not vuetest
pull/4694/head
Colin Mallon 2023-10-25 15:55:12 +01:00 committed by GitHub
parent 4d0b3645c8
commit 0262f238c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export default {
</template> </template>
<script setup> <script setup>
import { ref } from "vuetest"; import { ref } from "vue";
const value = ref(50); const value = ref(50);
<\/script> <\/script>