Commit 04285c67 authored by 郭志伟's avatar 郭志伟

fix: 更新组件库

parent 5fabcbd2
...@@ -40,6 +40,8 @@ import Notify from '@qg/cherry-ui/src/notify'; ...@@ -40,6 +40,8 @@ import Notify from '@qg/cherry-ui/src/notify';
import Toast from '@qg/cherry-ui/src/toast'; import Toast from '@qg/cherry-ui/src/toast';
import citrusUi from '@qg/citrus-ui'; import citrusUi from '@qg/citrus-ui';
import Loading from '@qg/cherry-ui/src/loading'; import Loading from '@qg/cherry-ui/src/loading';
import Text from '@qg/cherry-ui/src/text';
import Tag from '@qg/cherry-ui/src/tag';
Vue.use(Button); Vue.use(Button);
Vue.use(Image); Vue.use(Image);
...@@ -67,6 +69,8 @@ Vue.use(Tabs); ...@@ -67,6 +69,8 @@ Vue.use(Tabs);
// Vue.use(SwipeItem); // Vue.use(SwipeItem);
// Vue.use(Swipe); // Vue.use(Swipe);
Vue.use(BackTop); Vue.use(BackTop);
Vue.use(Text);
Vue.use(Tag);
Vue.use(citrusUi); Vue.use(citrusUi);
......
...@@ -1648,9 +1648,9 @@ ...@@ -1648,9 +1648,9 @@
"integrity": "sha512-uOCUKu5mvX3PWee+7ZFXQSNIR1V5SN2JVE2yANmW9/wQOgpEct291gXGok8VMw0009HlTWB4JATURPwyOP2DFg==" "integrity": "sha512-uOCUKu5mvX3PWee+7ZFXQSNIR1V5SN2JVE2yANmW9/wQOgpEct291gXGok8VMw0009HlTWB4JATURPwyOP2DFg=="
}, },
"@qg/cherry-ui": { "@qg/cherry-ui": {
"version": "2.20.17", "version": "2.20.18",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.17.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.18.tgz",
"integrity": "sha512-TsN0ljRRGWoG7p7PV3IljTB4qu4zdUYBen5rTabhTMOaj72DlBlvPp+999N9NjTZw1J71V/+42PA7GAeSiVMkA==", "integrity": "sha512-eC1wfrmhgshPPi1BTPkf6y37MmYjtMNTnOGZsz9e1BoJOaZXTt4aASF3jKI0uPt+80bnQAlEjppEfHZzii/Z/g==",
"requires": { "requires": {
"@popperjs/core": "^2.5.4", "@popperjs/core": "^2.5.4",
"vue-lazyload": "^1.3.3", "vue-lazyload": "^1.3.3",
...@@ -1658,12 +1658,12 @@ ...@@ -1658,12 +1658,12 @@
} }
}, },
"@qg/citrus-ui": { "@qg/citrus-ui": {
"version": "0.0.102", "version": "0.0.103",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.102.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.103.tgz",
"integrity": "sha512-l21d0+InkmHLBwjPfS0NWbjRM7YZPuwKKsc+UDUvD68KVAEX5/hLNN5Pd2+woBtPyOaZdnoVn6Qh9N+PSIIeBw==", "integrity": "sha512-F6p0uj/swmPdJXBJe3y3/fqbg8czsExll7IvWE0slPx8U2QNTVw3Ji0gz6m+hHjvU9wLIQlvdohDzcE3jOW0Ag==",
"requires": { "requires": {
"@better-scroll/core": "^2.1.1", "@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.17", "@qg/cherry-ui": "^2.20.18",
"@qg/js-bridge": "^1.1.11", "@qg/js-bridge": "^1.1.11",
"axios": "^0.21.1", "axios": "^0.21.1",
"intersection-observer": "^0.12.0", "intersection-observer": "^0.12.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment