@vue/compiler-sfc 3.5.17 → 3.6.0-alpha.1
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.
- package/README.md +0 -1
- package/dist/compiler-sfc.cjs.js +726 -4088
- package/dist/compiler-sfc.d.ts +10 -3
- package/dist/compiler-sfc.esm-browser.js +15852 -684
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -11,7 +11,6 @@ This package contains lower level utilities that you can use if you are writing
|
|
|
11
11
|
The API is intentionally low-level due to the various considerations when integrating Vue SFCs in a build system:
|
|
12
12
|
|
|
13
13
|
- Separate hot-module replacement (HMR) for script, template and styles
|
|
14
|
-
|
|
15
14
|
- template updates should not reset component state
|
|
16
15
|
- style updates should be performed without component re-render
|
|
17
16
|
|