angular.js - How to compile this link path? ? ?
習慣沉默
習慣沉默 2017-05-15 17:07:27
0
1
535

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

習慣沉默
習慣沉默

reply all(1)
phpcn_u1582
//router

    "/article/:year/:month/:day/detail" : {
        name: "articleDetail",
        component: require('')
    },
    
    <a v-link="{ name: 'articleDetail' ,params: { year: '2016', month:'10', day:'04' }}">  </a>

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template