yc-ui2 0.1.1-beta03 → 0.1.1-beta04

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-beta03",
3
+ "version": "0.1.1-beta04",
4
4
  "private": false,
5
5
  "description": "湖南优创UI组件库",
6
6
  "main": "dist/yc-ui2.umd.min.js",
package/src/App.vue CHANGED
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <div id="app">
3
3
  <!-- <YcSlideVerify /> -->
4
- <YcCustomerService />
5
- <router-view></router-view>
4
+ <!-- <YcCustomerService /> -->
5
+ <!-- <router-view></router-view> -->
6
6
  </div>
7
7
  </template>
8
8
 
@@ -11,7 +11,7 @@ export default {
11
11
  name: "App",
12
12
  components: {
13
13
  // YcSlideVerify: () => import("comp/YcSlideVerify/index.vue"),
14
- YcCustomerService: () => import("comp/YcCustomerService/index.vue"),
14
+ // YcCustomerService: () => import("comp/YcCustomerService/index.vue"),
15
15
  },
16
16
  }
17
17
  </script>
package/src/main.js CHANGED
@@ -6,7 +6,7 @@ import SlideVerify from "vue-monoplasty-slide-verify"
6
6
  import ElementUI from 'element-ui'
7
7
  import 'element-ui/lib/theme-chalk/index.css';
8
8
 
9
- // Vue.config.productionTip = false
9
+ Vue.config.productionTip = false
10
10
 
11
11
  Vue.use(SlideVerify)
12
12
  Vue.use(ElementUI)