Commit 771182e
docs(zh): update polyfill import according to core-js 3 docs
* vue-cli@4 use core.js@^3.4.3
when use core.js@^3.4.3, you should use ```import "core-js/stable";import "regenerator-runtime/runtime";```
[this is an doc about core.js@3](https://github.com/zloirock/core-js/blob/master/docs/2019-03-19-core-js-3-babel-and-a-look-into-the-future.md#babelpolyfill)
* add space
* use single quote to keep the code style consistent
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>1 parent ff8f035 commit 771182e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments