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

Function data

src/VueMarkdown.js:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 template: '<div><slot></slot></div>',
18
19 data() {
20 return {
21 sourceData: this.source,
22 }
23 },
24
25 props: {
26 watches: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected