Skip to content

Commit

Permalink
feat(projects): support mobile layout [支持移动端布局]
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 25, 2023
1 parent c6207f3 commit f2b518e
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 89 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.10",
"@better-scroll/core": "^2.5.1",
"@soybeanjs/vue-materials": "^0.1.9",
"@soybeanjs/vue-materials": "^0.1.14",
"@vueuse/core": "^10.1.2",
"axios": "1.4.0",
"clipboard": "^2.0.11",
Expand All @@ -85,9 +85,9 @@
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.13",
"@iconify/json": "^2.2.68",
"@iconify/json": "^2.2.69",
"@iconify/vue": "^4.1.1",
"@soybeanjs/cli": "^0.1.9",
"@soybeanjs/cli": "^0.2.11",
"@soybeanjs/vite-plugin-vue-page-route": "^0.0.5",
"@types/bmapgl": "^0.0.7",
"@types/crypto-js": "^4.1.1",
Expand All @@ -102,7 +102,7 @@
"conventional-changelog": "^3.1.25",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint-config-soybeanjs": "^0.3.8",
"eslint-config-soybeanjs": "^0.4.6",
"lint-staged": "13.2.2",
"mockjs": "^1.1.0",
"rollup-plugin-visualizer": "^5.9.0",
Expand All @@ -117,7 +117,7 @@
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "2.9.8",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-pwa": "^0.15.0",
"vite-plugin-pwa": "^0.15.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "1.6.5"
},
Expand Down
Loading

1 comment on commit f2b518e

@vercel
Copy link

@vercel vercel bot commented on f2b518e May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.