This package is used to show raw code examples
Styling of the code example is not provided in this package
This package is only tested with html
import CodeExample from 'vue-code-example';
Vue.component('code-example', CodeExample);
<code-example code="<h1>Test</h1>"></code-example>
<code-example code="<h1>Test</h1>" :spaces="4"></code-example>
Props:
code - required
spaces - not required / default : 0