Skip to content

Commit

Permalink
feat: added getThemeConfiguraitons util function
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Milfred committed Jan 30, 2024
1 parent 2cb2e42 commit 4a7d171
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .playground/app.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<template>
<div class="bg-fishStick bg-scope-fishStick">
<ThemeConfiguration use-theme-classes>
<ThemeConfiguration
use-theme-classes
>
Yes it is loaded
</ThemeConfiguration>
<div class="text-strong">Test?</div>
Expand All @@ -12,4 +14,6 @@
</div>
</template>

<script></script>
<script setup>
const themeConfigurations = await getThemeConfigurations();
</script>
Loading

0 comments on commit 4a7d171

Please sign in to comment.