mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-09 08:29:30 -06:00
minor fix
This commit is contained in:
@@ -241,31 +241,6 @@ watch(
|
|||||||
},
|
},
|
||||||
{ deep: true }
|
{ deep: true }
|
||||||
);
|
);
|
||||||
|
|
||||||
// export const ScrollStackItem = defineComponent({
|
|
||||||
// name: 'ScrollStackItem',
|
|
||||||
// props: {
|
|
||||||
// itemClassName: {
|
|
||||||
// type: String,
|
|
||||||
// default: ''
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// setup(props, { slots }) {
|
|
||||||
// return () =>
|
|
||||||
// h(
|
|
||||||
// 'div',
|
|
||||||
// {
|
|
||||||
// class:
|
|
||||||
// `scroll-stack-card relative w-full h-80 my-8 p-12 rounded-[40px] shadow-[0_0_30px_rgba(0,0,0,0.1)] box-border origin-top will-change-transform ${props.itemClassName}`.trim(),
|
|
||||||
// style: {
|
|
||||||
// backfaceVisibility: 'hidden',
|
|
||||||
// transformStyle: 'preserve-3d'
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// slots.default?.()
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|||||||
Reference in New Issue
Block a user