vue-code-highlight
Advanced tools
Comparing version
{ | ||
"name": "vue-code-highlight", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"author": "Jan Bílek", | ||
@@ -5,0 +5,0 @@ "email": "honza@elision.design", |
@@ -16,3 +16,3 @@ # vue-code-highlight | ||
``` | ||
```js | ||
// You have to extract the component from the module | ||
@@ -27,3 +27,3 @@ import { component as VueCodeHighlight } from 'vue-code-highlight'; | ||
``` | ||
```html | ||
<vue-code-highlight> | ||
@@ -66,2 +66,2 @@ //Paste your code here | ||
## Examples: | ||
 | ||
 |
736992
0