MCPcopy Create free account
hub / github.com/microsoft/SandDance / install

Function install

packages/sanddance-vue/src/wrapper.js:10–14  ·  view source on GitHub ↗
(Vue)

Source from the content-addressed store, hash-verified

8import SandDanceVue from './SandDanceVue.vue';
9
10export function install(Vue) {
11 if (install.installed) return;
12 install.installed = true;
13 Vue.component('SandDanceVue', SandDanceVue);
14}
15
16const plugin = {
17 install,

Callers

nothing calls this directly

Calls 1

componentMethod · 0.80

Tested by

no test coverage detected