@qywh/package 0.0.3-beta05 → 0.0.3-beta06

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/allComponent.ts CHANGED
@@ -23,7 +23,6 @@ import QyOutWxAuthButton from './packages/qy-out-wx-auth-button/components/index
23
23
  import QyPage from './packages/qy-page/components/index.vue'
24
24
  import QyPicture from './packages/qy-picture/components/index.vue'
25
25
  import QyRect from './packages/qy-rect/components/index.vue'
26
- import QySeckill from './packages/qy-seckill/components/index.vue'
27
26
  import QyText from './packages/qy-text/components/index.vue'
28
27
 
29
28
  Vue.component('QyAnchor', QyAnchor)
@@ -49,5 +48,4 @@ Vue.component('QyOutWxAuthButton', QyOutWxAuthButton)
49
48
  Vue.component('QyPage', QyPage)
50
49
  Vue.component('QyPicture', QyPicture)
51
50
  Vue.component('QyRect', QyRect)
52
- Vue.component('QySeckill', QySeckill)
53
51
  Vue.component('QyText', QyText)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qywh/package",
3
- "version": "0.0.3-beta05",
3
+ "version": "0.0.3-beta06",
4
4
  "description": "钦煜文化低代码可视化组件库",
5
5
  "main": "index.ts",
6
6
  "typings": "typings/index.d.ts",
package/serverRender.ts CHANGED
@@ -18,7 +18,6 @@ import QyOutWxAuthButton from './packages/qy-out-wx-auth-button/components/index
18
18
  import QyPage from './packages/qy-page/components/index.vue'
19
19
  import QyPicture from './packages/qy-picture/components/index.vue'
20
20
  import QyRect from './packages/qy-rect/components/index.vue'
21
- import QySeckill from './packages/qy-seckill/components/index.vue'
22
21
  import QyText from './packages/qy-text/components/index.vue'
23
22
 
24
23
  Vue.component('QyAnchor', QyAnchor)
@@ -39,5 +38,4 @@ Vue.component('QyOutWxAuthButton', QyOutWxAuthButton)
39
38
  Vue.component('QyPage', QyPage)
40
39
  Vue.component('QyPicture', QyPicture)
41
40
  Vue.component('QyRect', QyRect)
42
- Vue.component('QySeckill', QySeckill)
43
41
  Vue.component('QyText', QyText)