yc-ui2 0.1.1-beta12 → 0.1.1-beta14

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yc-ui2",
3
- "version": "0.1.1-beta12",
3
+ "version": "0.1.1-beta14",
4
4
  "private": false,
5
5
  "description": "湖南优创UI组件库",
6
6
  "main": "dist/yc-ui2.umd.min.js",
package/src/App.vue CHANGED
@@ -10,8 +10,8 @@
10
10
  export default {
11
11
  name: "App",
12
12
  components: {
13
- // YcSlideVerify: () => import("comp/YcSlideVerify/index.vue"),
14
- YcCustomerService: () => import("comp/YcCustomerService/index.vue"),
13
+ // YcSlideVerify: () => import("comp/YcSlideVerify"),
14
+ YcCustomerService: () => import("comp/YcCustomerService"),
15
15
  },
16
16
  created() {
17
17
  console.log(9999999)
package/src/main.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import Vue from 'vue'
2
2
  import App from './App.vue'
3
- import router from './router/index'
3
+ import router from './router'
4
4
 
5
5
  import SlideVerify from "vue-monoplasty-slide-verify"
6
6
  import ElementUI from 'element-ui'