You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 从当前目录下的 element-plus 文件中导入名为 useElementPlus 的函数
|
|
import useElementPlus from './element-plus'
|
|
|
|
// 重新导出 useElementPlus 函数,这样其他模块在导入这个文件时
|
|
// 可以通过解构赋值等方式获取到 useElementPlus 函数
|
|
export { useElementPlus }
|