From b0938a8ca8b4713f12c939608e641c5ac4c1cba2 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Tue, 28 Mar 2023 23:47:04 +0200 Subject: [PATCH] Add Test Form --- client/src/pages/index.vue | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/client/src/pages/index.vue b/client/src/pages/index.vue index 53e0718..181372f 100644 --- a/client/src/pages/index.vue +++ b/client/src/pages/index.vue @@ -1,14 +1,20 @@ @@ -17,18 +23,7 @@ let options = $ref([{name: 'Accept'}, {name: 'Drop'}, {name: 'Continue'}]); -
-

Create Rule

-