Commit ea72021fbab81d1ea2e8c0798625d73e7ec67a30

Authored by ly525
1 parent 6946246c

add document comment for load-npm-plugin

front-end/h5/src/components/core/editor/shortcuts-panel/load-npm-plugins.vue
  1 +<!--
  2 + * @Author: ly525
  3 + * @Date: 2019-11-23 12:35:43
  4 + * @LastEditors: ly525
  5 + * @LastEditTime: 2019-11-23 19:37:29
  6 + * @FilePath: /luban-h5/front-end/h5/src/components/core/editor/shortcuts-panel/load-npm-plugins.vue
  7 + * @Github: https://github.com/ly525/luban-h5
  8 + * @Description: Do not edit
  9 + * @Copyright 2018 - 2019 luban-h5. All Rights Reserved
  10 + -->
  11 +
1 12 <template>
2 13 <div style="text-align: center">
3 14 <a-button type="primary" @click="showModal">配置 NPM 组件列表</a-button>
... ...