Skip to content

How to make each href with a domain name? #937

Closed
@bs32g1038

Description

@bs32g1038

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions