mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update VerticalDoc.vue
Fixed import ref from vue and not vuetest
This commit is contained in:
parent
4d0b3645c8
commit
0262f238c4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default {
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from "vuetest";
|
||||
import { ref } from "vue";
|
||||
|
||||
const value = ref(50);
|
||||
<\/script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue