thumbnailClick(value){
const title = value.title
const clearTitle = title.replaceAll(' ','_')
this.$router.push({
path:`${clearTitle}/`
})
}-
-
Save siumhossain/fcdb9c87e8cd609e762511ae9a2a81d9 to your computer and use it in GitHub Desktop.
clear space and replace under score for making link
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment