We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c9f09 commit 2270b6aCopy full SHA for 2270b6a
src/components/TutorialsList.vue
@@ -43,11 +43,7 @@
43
<label><strong>Status:</strong></label> {{ currentTutorial.published ? "Published" : "Pending" }}
44
</div>
45
46
- <a class="badge badge-warning"
47
- :href="'/tutorials/' + currentTutorial.id"
48
- >
49
- Edit
50
- </a>
+ <router-link :to="'/tutorials/' + currentTutorial.id" class="badge badge-warning">Edit</router-link>
51
52
<div v-else>
53
<br />
0 commit comments