Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 231 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 231 Bytes

@2o3t-core/plugin-common

2o3t-core 通用插件

usage

在config目录下创建 plugin.default.js 文件, 输入一下内容引用:

module.exports = {
    mixins: [
        '@2o3t-core/plugin-common',
    ],
};