@varlet/cli 1.26.8 → 1.27.0-alpha.1649242923701

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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/site/pc/App.vue +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "1.26.8",
3
+ "version": "1.27.0-alpha.1649242923701",
4
4
  "description": "cli of varlet",
5
5
  "bin": {
6
6
  "varlet-cli": "./lib/index.js"
@@ -33,9 +33,9 @@
33
33
  "@babel/helper-plugin-utils": "^7.14.5",
34
34
  "@babel/preset-env": "^7.14.8",
35
35
  "@babel/preset-typescript": "^7.14.5",
36
- "@varlet/icons": "1.26.8",
37
- "@varlet/markdown-vite-plugin": "1.26.8",
38
- "@varlet/touch-emulator": "1.26.8",
36
+ "@varlet/icons": "1.27.0-alpha.1649242923701",
37
+ "@varlet/markdown-vite-plugin": "1.27.0-alpha.1649242923701",
38
+ "@varlet/touch-emulator": "1.27.0-alpha.1649242923701",
39
39
  "@vitejs/plugin-vue": "2.2.0",
40
40
  "@vitejs/plugin-vue-jsx": "1.3.5",
41
41
  "@vue/babel-plugin-jsx": "1.1.1",
@@ -75,7 +75,7 @@
75
75
  "@types/semver": "^7.3.9"
76
76
  },
77
77
  "peerDependencies": {
78
- "@varlet/touch-emulator": "1.26.8",
78
+ "@varlet/touch-emulator": "1.27.0-alpha.1649242923701",
79
79
  "@vue/test-utils": "^2.0.0-rc.6",
80
80
  "clipboard": "^2.0.6",
81
81
  "live-server": "^1.2.1",
package/site/pc/App.vue CHANGED
@@ -183,12 +183,6 @@ export default defineComponent({
183
183
  white-space: pre-wrap;
184
184
  }
185
185
 
186
- ::-webkit-scrollbar {
187
- display: none;
188
- width: 0;
189
- background: transparent;
190
- }
191
-
192
186
  body {
193
187
  min-width: 1200px;
194
188
  margin: 0;