🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

elsass

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elsass - npm Package Compare versions

Comparing version
0.1.18
to
0.1.19
+1
-1
package.json
{
"name": "elsass",
"version": "0.1.18",
"version": "0.1.19",
"description": "A high-quality UI component library based on Vue.js",

@@ -5,0 +5,0 @@ "main": "./src/main.js",

@@ -69,3 +69,8 @@ import Vue from 'vue'

components.forEach(component => {
iVue.component(component.name, component);
// 这里需要处理异步导入的组件(通过import引入的)
if (!component.name && component.install) {
component.install(Vue)
} else {
Vue.component(component.name, component)
}
})

@@ -75,3 +80,8 @@

speComponents.forEach(component => {
iVue.component(component.name, component);
// 这里需要处理异步导入的组件(通过import引入的)
if (!component.name && component.install) {
component.install(Vue)
} else {
Vue.component(component.name, component)
}
})

@@ -78,0 +88,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet