File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const myItems = computed(() => {
1919 <VMenu :show-triggers =" ['hover']" :auto-hide =" false" :popper-triggers =" ['hover', 'click']" :delay =" 200" v-bind =" $attrs" >
2020 <slot />
2121 <template #popper >
22- <div v-for =" (item, index) in myItems" :key =" index" class =" p-1" border-b = " ~ solid stone-2 dark-stone-7 last:size-0 " >
22+ <div v-for =" (item, index) in myItems" :key =" index" class =" b-b-(stone-2 solid) p-1 last-b-b-size-0 dark-b-b-( stone-7) " >
2323 <button v-for =" (v, i) in item" :key =" i" :disabled =" v.disabled" class =" w-full flex cursor-pointer items-center gap-2 border-size-0 rounded-md bg-inherit px-2 py-1.5 text-sm text-dark disabled-cursor-not-allowed dark-text-white disabled-opacity-50 hover-not-disabled-bg-stone-1 dark-hover-not-disabled-bg-stone-9" @click =" v.handle" >
2424 {{ v.label }}
2525 </button >
You can’t perform that action at this time.
0 commit comments