Skip to content
Snippets Groups Projects
Commit a740214a authored by Titus Netland's avatar Titus Netland
Browse files

Helloworld fixed

parent 099f1a1c
No related branches found
No related tags found
1 merge request!21Helloworld fixed
Pipeline #176266 passed with stages
in 1 minute and 28 seconds
<template>
<div class="flex justify-center">
<router-link to="/" class="m-6">Logg inn</router-link>
<router-link to="/login" class="m-6">Logg inn</router-link>
<router-link to="/register" class="m-6">Registrer deg</router-link>
......@@ -12,8 +12,6 @@
export default {
name: "HelloWorld",
data: () => ({
}),
}
data: () => ({}),
};
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment