Webpack compilation error, Baidu also does not have this

May.16,2022

syntax error:

    <router-link ... :to="{path:'/problemInfo', query:{id:vms.id}}"></router-link>

haven't you found the mistake yet?

is there no red in the editor you wrote?

{path: 'apple', {query: {color:' red'}}

correct writing:
< router-link: to= "{path: 'apple', query: {color:' red'}}" > to apple < / router-link >


all the bosses have finished their answers.

clipboard.png

look at the right place if you see it wrong


query:xxx does not need to use {} to include

Menu