Skip to content

Commit

Permalink
docs: 📝 README
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Dec 23, 2019
1 parent 4afe657 commit ae85d24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<p align="center"><a href="https://github.com/Leecason/element-tiptap" target="_blank" rel="noopener noreferrer"><img src="/examples/assets/logo_for_github.png?raw=true" alt="ElTiptap logo"></a></p>

[![npm version](https://badge.fury.io/js/element-tiptap.svg)](https://badge.fury.io/js/element-tiptap)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

A WYSIWYG editor based on [tiptap](https://github.com/scrumpy/tiptap) and uses [Element's](https://github.com/ElemeFE/element) components.
Expand Down Expand Up @@ -33,8 +34,6 @@ Install `element-tiptap` plugin.
```js
import Vue from 'vue';
import { ElementTiptapPlugin } from 'element-tiptap';
// import Element styles
import 'element-ui/lib/theme-chalk/index.css';

Vue.use(ElementTiptapPlugin);
```
Expand Down

0 comments on commit ae85d24

Please sign in to comment.