We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
babel-eslint
全局API
图片引入方式require(imgPath) => import xxx from imgPath
require(imgPath)
import xxx from imgPath
package.json 依赖切换成element-plus
import xxx from element-ui 切换成 import xxx from element-plus
import xxx from element-ui
import xxx from element-plus
v-popover指令展暂时不可用,可能是ElementPlus的bug,使用<template #reference>替代
v-popover
<template #reference>
new VueI18N(...)
createI18n(...)
new Router(...) => createRouter(...)
new Router(...)
createRouter(...)
路径匹配中的*替换成/:pathMatch(.*)*
addRoutes(...)直接添加数组类型的方法移除,需要替换成addRoute(...)
addRoutes(...)
addRoute(...)
new Vuex.Store(...)
createStore(...)