Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
import
SandDanceVue from
'./SandDanceVue.vue'
;
9
10
export
function
install(Vue) {
11
if
(install.installed)
return
;
12
install.installed = true;
13
Vue.component(
'SandDanceVue'
, SandDanceVue);
14
}
15
16
const
plugin = {
17
install,
Callers
nothing calls this directly
Calls
1
component
Method · 0.80
Tested by
no test coverage detected