Vue route syntax error

import HelloWorld from". / components/HelloWorld"
import header from". / components/partial/header"
import Vue from "vue"
import Router from" vue-router"
Vue.use (Router)

export default new Router ({
routes: [

{
  path: "/", component: header,
  children: [
    { path: "home", component: HelloWorld }
  ]
}

]
})

prompts for syntax errors, and if object properties are not all on the same line, they must be on a new line.
srcrouter.js:10:18 http://eslint.org/docs/rules/. Object properties must go on a new line if they aren"t all on the same line
srcrouter.js:10:18

    path: "/", component: authedWrap,

topic description

sources of topics and their own ideas

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

Mar.03,2022

is to ask you to change your line?

path: '/', 
component: authedWrap,
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b361bf-2bfdf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b361bf-2bfdf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?