main
km0 2 years ago
parent d4534237a4
commit 821514b46f

@ -3,15 +3,11 @@ export default {
setup() { setup() {
const { ref } = Vue; const { ref } = Vue;
const title = ref("SI18.5 - Diffractive Cookbook"); const title = ref("");
const description = ref("Compiling and sharing methods for diffractive reading."); const description = ref("");
const nature = ref("Methods"); const nature = ref("");
const logs = ref([ const logs = ref([""]);
"Do the assignment proposed by Femke", const who = ref("");
"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 submit = function () { const submit = function () {
fetch("https://hub.xpub.nl/soupboat/cookbook/", { fetch("https://hub.xpub.nl/soupboat/cookbook/", {

Loading…
Cancel
Save