refactor form builder components; simplify structure by removing unnecessary margin classes and enhancing code readability
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="mb-4 sm:mb-8">
|
||||
<div>
|
||||
<label class="block mb-3 text-sm font-medium">{{ block.data.title_field }}</label>
|
||||
<div class="space-y-2">
|
||||
<div v-for="column in block.data.columns" class="flex">
|
||||
|
||||
Reference in New Issue
Block a user