From 821514b46ffe3cf37aad054c0dd389e817728fde Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Tue, 31 May 2022 16:34:16 +0200 Subject: [PATCH] upsi --- components/CookbookForm.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/components/CookbookForm.js b/components/CookbookForm.js index 4d939fc..bffda3a 100644 --- a/components/CookbookForm.js +++ b/components/CookbookForm.js @@ -3,15 +3,11 @@ export default { setup() { const { ref } = Vue; - const title = ref("SI18.5 - Diffractive Cookbook"); - const description = ref("Compiling and sharing methods for diffractive reading."); - const nature = ref("Methods"); - const logs = ref([ - "Do the assignment proposed by Femke", - "While doing the assignment, make sure to track your method with the help of the following form", - "This method will be used by others and applied on different resources", - ]); - const who = ref("Grr, Kamo, Kimberley"); + const title = ref(""); + const description = ref(""); + const nature = ref(""); + const logs = ref([""]); + const who = ref(""); const submit = function () { fetch("https://hub.xpub.nl/soupboat/cookbook/", {