Skip to content
Snippets Groups Projects
Commit 6e6098fc authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: fix vue warning

parent 918a1ffa
No related branches found
No related tags found
No related merge requests found
<template> <template>
<div class="construction tw-relative" :class="{ 'show-construction-area': showConstructionArea }"> <div class="construction tw-relative" :class="{ 'show-construction-area': showConstructionArea }">
<component <component
v-bind="attrs"
:is="link ? 'a' : 'div'" :is="link ? 'a' : 'div'"
:href="link" :href="link"
:target="link ? '_blank' : undefined" :target="link ? '_blank' : undefined"
:class="showConstructionArea ? 'tw-bg-amber-200' : 'tw-bg-amber-100'" :class="showConstructionArea ? 'tw-bg-amber-200' : 'tw-bg-amber-100'"
v-bind="attrs"
class="tw-group tw-flex tw-items-center tw-gap-2 tw-absolute tw-rounded tw-w-min tw-p-[.35em] tw-px-[.7em] tw-cursor-help tw-select-none tw-transition tw-duration-200" class="tw-group tw-flex tw-items-center tw-gap-2 tw-absolute tw-rounded tw-w-min tw-p-[.35em] tw-px-[.7em] tw-cursor-help tw-select-none tw-transition tw-duration-200"
tabindex="0" tabindex="0"
@mouseover="mouseOver = true" @mouseover="mouseOver = true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment