Skip to content

Commit

Permalink
Update ColorSwitch component, fix build after pinia upgrade, storeToR…
Browse files Browse the repository at this point in the history
…efs changed...
  • Loading branch information
xbgmsharp committed Jul 30, 2024
1 parent 1c1b0d2 commit b5b094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar/components/dropdowns/ColorSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
</template>

<script setup lang="ts">
<script setup>
import { useColors } from 'vuestic-ui'
import { ref, watchEffect, watch, computed } from 'vue'
import { storeToRefs } from 'pinia'
Expand Down

0 comments on commit b5b094c

Please sign in to comment.