How to click the a tag to generate such a link? For example, this article was written on August 15, 2016. How to use this as a link to this article
//router "/article/:year/:month/:day/detail" : { name: "articleDetail", component: require('') }, <a v-link="{ name: 'articleDetail' ,params: { year: '2016', month:'10', day:'04' }}"> </a>