diff --git a/README.md b/README.md index 0e6561c..edc70c4 100644 --- a/README.md +++ b/README.md @@ -23,22 +23,6 @@ vue-diagrams can be used as a module in both CommonJS and ES modular environment When in non-modular environment, vue-diagrams will register all the components to vue by itself.
-### ES6 -```js -// -// You can register a component manually -// -import { Diagram } from 'vue-diagrams'; - -export default { - ... - components: { - Diagram - }, - ... -}; -``` - ### After that, you can use it in your Vue components: ```html @@ -46,7 +30,6 @@ export default {