Skip to content

Commit

Permalink
feat: perf
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jul 15, 2023
1 parent 5f1a240 commit 202b753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const resolvedTheme = computed(() => {
if (cookieRaw.value)
theme = cookieRaw.value
return `/themes/${theme}/theme.css`
return `https://cdn.jsdelivr.net/npm/primevue@latest/resources/themes/${theme}/theme.css`
})
</script>

Expand Down

0 comments on commit 202b753

Please sign in to comment.