MCPcopy
hub / github.com/miaolz123/vue-markdown / install

Function install

src/build.js:3–5  ·  view source on GitHub ↗
(Vue)

Source from the content-addressed store, hash-verified

1import VueMarkdownComponent from './VueMarkdown'
2
3export function install(Vue) {
4 Vue.component('vue-markdown', VueMarkdownComponent)
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected