Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 244 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 244 Bytes

@2o3t-core/plugin-third-party

2o3t-core 第三方插件

usage

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

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