@hunterliu/code-block

1.0.4 • Public • Published

@hunterliu/code-block

npm i @hunterliu/code-block
<template>
  <CodeBlock
    :importComponentInstanceFn="() => import('path/to/component.vue')"
    :importComponentRawFn="() => import('path/to/component.vue?raw')"
  ></CodeBlock>
</template>
<script>
import { CodeBlock } from '@hunterliu/code-block'

export default {
  components: {
    CodeBlock
  }
}
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @hunterliu/code-block

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

5.26 kB

Total Files

5

Last publish

Collaborators

  • hunterliu1003