Skip to content
Snippets Groups Projects
Commit d5d5ee79 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

bruker url til å hente artikkel (ikke hardkodet lenger)

parent e6f3bb29
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ export default {
name: 'app',
data: function() {
return {
article_id: 15544
article_id: window.location.href.split("/").pop()
}
},
components: {
......
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