We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664b0e6 commit 2d35247Copy full SHA for 2d35247
src/components/app/AppTopbar.vue
@@ -1,6 +1,6 @@
1
<script setup lang="ts">
2
function redirectToGithub() {
3
- window.open('https://github.com/sfxcode/nuxt3-primevue-starter', '_blank')
+ window.open('https://github.com/sfxcode/vite-primevue-starter', '_blank')
4
}
5
</script>
6
0 commit comments