Skip to content

Commit

Permalink
perf(低代码): 低代码依赖升级到最新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed Jun 14, 2022
1 parent 849e8a5 commit 90b121e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"@dgiot/dgiot-icons": "0.0.19",
"@dgiot/dgiot-monaco": "^0.2.2",
"@material/icon-button": "13.0.0",
"amis": "^1.9.0",
"amis-editor": "^4.1.0-beta.20",
"amis": "^1.10.2",
"amis-editor": "^4.1.0-beta.28",
"driver.js": "^0.9.8",
"register-service-worker": "1.7.2",
"resize-detector": "0.3.0",
"vditor": "^3.8.15",
"vue": "^2.5.17",
"vue-amis-sdk": "1.9.0-beta-30",
"vue-amis-sdk": "1.10.2",
"vue-audio-visual": "^2.4.0",
"vue-contextmenu": "1.5.11",
"vue-infinite-scroll": "^2.0.2",
Expand Down
7 changes: 6 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ import dgiotStore from '@dgiot/dgiot-mqtt-dashboard/src/store'
import VueAmisSdk from 'vue-amis-sdk/packages/index'
import { VuePlugin } from 'vuera'
import '@/dgiot'

import 'amis/lib/themes/cxd.css'
import 'amis/lib/themes/ang.css'
import 'amis/lib/helper.css'
import 'amis/sdk/sdk.css'
import 'amis-editor/dist/style.css'
// import 'amis-core/lib/index.js'
Vue.use(VueAmisSdk)
Vue.use(VuePlugin)
window.dgiotlogger =
Expand Down

0 comments on commit 90b121e

Please sign in to comment.