Skip to content

Commit 54e9e63

Browse files
committed
refactor: update package, clear code
1 parent 8951a46 commit 54e9e63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1428
-3286
lines changed

β€Žpackage.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"postinstall": "opencollective-postinstall"
1313
},
1414
"dependencies": {
15+
"@ant-design-vue/pro-layout": "^0.2.3",
1516
"@antv/data-set": "^0.10.2",
1617
"ant-design-vue": "1.5.3",
1718
"axios": "^0.19.0",
@@ -29,6 +30,7 @@
2930
"vue": "^2.6.10",
3031
"vue-clipboard2": "^0.2.1",
3132
"vue-cropper": "0.4.9",
33+
"vue-i18n": "^8.17.4",
3234
"vue-quill-editor": "^3.0.6",
3335
"vue-router": "^3.1.2",
3436
"vue-svg-component-runtime": "^1.0.1",

β€Žsrc/App.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88

99
<script>
1010
import zhCN from 'ant-design-vue/lib/locale-provider/zh_CN'
11-
import { AppDeviceEnquire } from '@/utils/mixin'
1211
1312
export default {
14-
mixins: [AppDeviceEnquire],
1513
data () {
1614
return {
1715
locale: zhCN

β€Žsrc/components/CountDown/CountDown.vue

Lines changed: 0 additions & 102 deletions
This file was deleted.

β€Žsrc/components/CountDown/index.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Žsrc/components/CountDown/index.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

β€Žsrc/components/DescriptionList/DescriptionList.vue

Lines changed: 0 additions & 153 deletions
This file was deleted.

β€Žsrc/components/DescriptionList/index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
Β (0)