docs: fix style module example (#2065)

pull/2070/head
Billy Schonenberg 2 years ago committed by GitHub
parent 63f33d2895
commit 1ed5322d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ const count = ref(0)
The count is: {{ count }}
<button :class="$style.module" @click="count++">Increment</button>
<button :class="$style.button" @click="count++">Increment</button>
<style module>
.button {

Loading…
Cancel
Save