mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2025-12-16 03:04:02 +00:00
First draft complete!
This commit is contained in:
@@ -28,4 +28,6 @@
|
||||
const full = this.computed(() => `${first.value} ${last.value}`.trim(), [first, last]);
|
||||
this.full = full;
|
||||
this.back = this.computed(() => `${full.value.split('').reverse().join('')}`, [full]);
|
||||
</script>
|
||||
</script>
|
||||
<next-slide>210-pwa</next-slide>
|
||||
<transition>slide-left</transition>
|
||||
Reference in New Issue
Block a user