mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
TabMenu router demo fixes
This commit is contained in:
parent
5f3d5821f7
commit
b4662a713f
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ export default {
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted } from "vue";
|
||||
import { ref, onMounted, watch } from "vue";
|
||||
import { useRouter, useRoute } from "vue-router";
|
||||
|
||||
const router = useRouter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue