There was an error while loading. Please reload this page.
1 parent c5b4ae0 commit 7b511fdCopy full SHA for 7b511fd
demo/src/App.vue
@@ -9,8 +9,9 @@
9
class="btn-darkmode"
10
:modes="['light', 'dark', 'system']"
11
:meta-theme-color="{light: '#efefef', dark: '#232b32'}"
12
- aria-label="Passa al colore modalità %cm"
13
- aria-live="La modalità %cm è stata selezionata"
+ lang="it"
+ aria-label="Passa al colore modalità %cm."
14
+ aria-live="La modalità %cm è stata selezionata."
15
@change-mode="test"
16
>
17
<template v-slot="{ mode }">
0 commit comments