Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
VueMarkdownComponent from
'./VueMarkdown'
2
3
export
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