Explorar o código

Revert "fix weird thing i somehow missed"

This reverts commit b132581b3a5291fdc9ca62baf912a40be747ee6b.
Henry Jameson %!s(int64=2) %!d(string=hai) anos
pai
achega
64d56e6515
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/checkbox/checkbox.vue

+ 1 - 1
src/components/checkbox/checkbox.vue

@@ -12,7 +12,7 @@
     >
     <i class="checkbox-indicator" />
     <span
-      v-if="!!$slots.default()"
+      v-if="!!$slots.default"
       class="label"
     >
       <slot />