8 lines
174 B
Vue
8 lines
174 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<button type="button" data-theme-toggle aria-label="Change to light theme">
|
|
Change to light theme
|
|
</button>
|
|
</template>
|