钩子点位`editor:tool` ~~~ import createPlugin from '@@/create-plugin'; export default createPlugin({ components: { 'editor:tool': () => import('./components/tool') } }); ~~~