Vue-cli3.x typescript initial project error report

vue-cli3.x initial typescript+pwd project npm run serve prompts lazy loading about.vue components to report an error, but it will not be reported if it is routinely introduced

export default new Router ({
mode: "history",
base: process.env.BASE_URL,
routes: [

)
{
  path: "/",
  name: "home",
  component: Home
},
{
  path: "/about",
  name: "about",
  // route level code-splitting
  // this generates a separate chunk (about.[hash].js) for this route
  // which is lazy-loaded when the route is visited.
  component: () => import(/* webpackChunkName: "about" */ "./views/About.vue")
}

]
})

ask for advice

May.12,2022

vue-cli 3.3.0. You've seen several of these same problems.
look at github issue -sharp3335 . There are solutions

.
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-1b3a20a-2c1cd.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-1b3a20a-2c1cd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?