We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type
1 parent 926cf19 commit e7af59bCopy full SHA for e7af59b
app/components/DateTime.vue
@@ -55,7 +55,7 @@ function toggleRelativeDates() {
55
</script>
56
57
<template>
58
- <button @click="toggleRelativeDates">
+ <button type="button" @click="toggleRelativeDates">
59
<ClientOnly>
60
<NuxtTime
61
v-if="settings.relativeDates"
0 commit comments