This package has been deprecated

Author message:

This package is deprecated

vue-code-example

1.1.1 • Public • Published

vue-code-example

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

Setup

import CodeExample from 'vue-code-example';
Vue.component('code-example', CodeExample);

Usage

<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

/vue-code-example/

    Package Sidebar

    Install

    npm i vue-code-example

    Weekly Downloads

    0

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    13.6 kB

    Total Files

    3

    Last publish

    Collaborators

    • medpets