Merge pull request #4694 from Mallon94/patch-1

Update VerticalDoc.vue
pull/4704/head
Tuğçe Küçükoğlu 2023-10-26 11:32:28 +03:00 committed by GitHub
commit 898f908370
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>
<script setup>
import { ref } from "vuetest";
import { ref } from "vue";
const value = ref(50);
<\/script>