Skip to content

Commit

Permalink
feat: use local version of primevue theme
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jul 19, 2023
1 parent 5d8f8a2 commit 9f9db71
Show file tree
Hide file tree
Showing 144 changed files with 304,880 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const resolvedTheme = computed(() => {
if (cookieRaw.value)
theme = cookieRaw.value
return `https://cdn.jsdelivr.net/npm/primevue@latest/resources/themes/${theme}/theme.css`
return `/themes/${theme}/theme.css`
})
</script>

Expand Down
Loading

0 comments on commit 9f9db71

Please sign in to comment.