115 refactor dynamic page component

This commit is contained in:
survellow
2023-12-26 17:47:15 +01:00
parent 0d3aff5a7e
commit 0b695e6a78
4 changed files with 90 additions and 59 deletions

View File

@@ -47,7 +47,7 @@ function nextStep() {
</script>
<template>
<div class="flex flex-column mx-8 mt-2 w-full">
<div class="flex flex-column w-full">
<Button
:disabled="store.isEmpty()"
class="col-12 md:col-4 mb-3 align-self-end"