@2o3t-core/plugin-common

2o3t-core 通用插件

Usage no npm install needed!

<script type="module">
  import 2o3tCorePluginCommon from 'https://cdn.skypack.dev/@2o3t-core/plugin-common';
</script>

README

@2o3t-core/plugin-common

2o3t-core 通用插件

usage

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

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