### for example: `<router-link to="/category/news">news</router-link>` ### I want it to be like this. After vue compiled, the "a tag of href" can with domain name. such as: `<a` `href="http://127.0.0.1/category/news">news</a>` How should I go to realize it?