Commit 59e8b97130f54f5faed96f30bedc14ecb7233220
1 parent
37b53207
chore: typo
Showing
3 changed files
with
5 additions
and
8 deletions
package.json
... | ... | @@ -98,7 +98,7 @@ |
98 | 98 | "stylelint-order": "^4.1.0", |
99 | 99 | "ts-node": "^9.1.1", |
100 | 100 | "typescript": "^4.1.3", |
101 | - "vite": "^2.0.0-beta.32", | |
101 | + "vite": "2.0.0-beta.31", | |
102 | 102 | "vite-plugin-html": "^2.0.0-beta.5", |
103 | 103 | "vite-plugin-mock": "^2.0.0-beta.3", |
104 | 104 | "vite-plugin-purge-icons": "^0.5.2", | ... | ... |
src/components/Modal/src/components/ModalWrapper.vue
... | ... | @@ -145,9 +145,6 @@ |
145 | 145 | ? maxHeight |
146 | 146 | : realHeight; |
147 | 147 | } |
148 | - console.log('======================'); | |
149 | - console.log(realHeightRef.value, props); | |
150 | - console.log('======================'); | |
151 | 148 | emit('height-change', unref(realHeightRef)); |
152 | 149 | } catch (error) { |
153 | 150 | console.log(error); | ... | ... |
yarn.lock
... | ... | @@ -8277,10 +8277,10 @@ vite-plugin-style-import@^0.4.6: |
8277 | 8277 | "@rollup/pluginutils" "^4.1.0" |
8278 | 8278 | change-case "^4.1.2" |
8279 | 8279 | |
8280 | -vite@^2.0.0-beta.32: | |
8281 | - version "2.0.0-beta.32" | |
8282 | - resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.32.tgz#c9281013dfd73794887fc0ed7e96579677beb79a" | |
8283 | - integrity sha512-RluPnnm4Zyjfu/IBxEmGZe/2QcFqc7qXfhjxzFNiqzyVkmc935HcmSnejkVa7KoW/PeX0wKrtag432esByKVGg== | |
8280 | +vite@2.0.0-beta.31: | |
8281 | + version "2.0.0-beta.31" | |
8282 | + resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.31.tgz#0ce5f6c496c29f72062f9f0ae70dd6dfb18b0916" | |
8283 | + integrity sha512-tHBgSsSp0+dbz8tas6zOj2KbJSKOme62jXN13rk8BZdJEum5FDnwon9+7oas4db3NnVBLnciWa1r8QUNoOZjrA== | |
8284 | 8284 | dependencies: |
8285 | 8285 | esbuild "^0.8.26" |
8286 | 8286 | postcss "^8.2.1" | ... | ... |