Comparing version 1.0.4 to 1.0.5
19
index.js
import * as api from './api'; | ||
import mixins from './mixins'; | ||
import * as Plugins from './plugins'; | ||
import mixins from './mixins'; | ||
import { Store } from './store'; | ||
export { api, Store, mixins }; | ||
export { | ||
api, | ||
Store, | ||
Plugins, | ||
mixins, | ||
}; | ||
// export mixins; | ||
// export default { | ||
// api, | ||
// Store, | ||
// Plugins, | ||
// mixins, | ||
// }; |
{ | ||
"name": "ewa-ui", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
@@ -6,8 +6,15 @@ import Vue from 'vue'; | ||
import EwaContainer from '../components/container'; | ||
import EwaSimpleSlider from '../components/simple-slider'; | ||
// import EwaSimpleSlider from '../components/simple-slider'; | ||
import EwaPopups from '../components/popups'; | ||
import EwaScroll from '../components/scroll'; | ||
import EwaHeader from '../components/header'; | ||
Vue.component('ewa-nav', EwaNav) | ||
Vue.component('ewa-screen', EwaScreen) | ||
Vue.component('ewa-container', EwaContainer) | ||
Vue.component('ewa-simple-slider', EwaSimpleSlider) | ||
Vue.component('ewa-popups', EwaPopups) | ||
Vue.component('ewa-scroll', EwaScroll) | ||
Vue.component('ewa-header', EwaHeader) | ||
// Vue.component('ewa-simple-slider', EwaSimpleSlider) | ||
@@ -14,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
56280
54
876
0