From 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1 Mon Sep 17 00:00:00 2001 From: WXL <wl_5969728@163.com> Date: 星期二, 21 四月 2026 11:46:41 +0800 Subject: [PATCH] 推送 --- node_modules/@vue/compiler-sfc/README.md | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/node_modules/@vue/compiler-sfc/README.md b/node_modules/@vue/compiler-sfc/README.md index 4f8ff3a..4e83b0d 100644 --- a/node_modules/@vue/compiler-sfc/README.md +++ b/node_modules/@vue/compiler-sfc/README.md @@ -2,7 +2,7 @@ > Lower level utilities for compiling Vue Single File Components -**Note: as of 3.2.13+, this package is included as a dependency of the main `vue` package and can be accessed as `vue/compiler-sfc`. This means you no longer need to explicitly install this package and ensure its version match that of `vue`'s. Just use the main `vue/compiler-sfc` deep import instead.** +**Note: as of 3.2.13+, this package is included as a dependency of the main `vue` package and can be accessed as `vue/compiler-sfc`. This means you no longer need to explicitly install this package and ensure its version matches that of `vue`'s. Just use the main `vue/compiler-sfc` deep import instead.** This package contains lower level utilities that you can use if you are writing a plugin / transform for a bundler or module system that compiles Vue Single File Components (SFCs) into JavaScript. It is used in [vue-loader](https://github.com/vuejs/vue-loader) and [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue). @@ -11,7 +11,6 @@ The API is intentionally low-level due to the various considerations when integrating Vue SFCs in a build system: - Separate hot-module replacement (HMR) for script, template and styles - - template updates should not reset component state - style updates should be performed without component re-render -- Gitblit v1.9.3