First draft complete!

This commit is contained in:
Jeremy Likness
2020-01-30 14:21:02 -08:00
parent cc5b061d76
commit 86a24e7b46
5 changed files with 47 additions and 1 deletions

View File

@@ -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>