File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/compiler-sfc/src/script Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export function processDefineModel(
3030
3131 warnOnce (
3232 `This project is using defineModel(), which is an experimental ` +
33- ` feature. It may receive breaking changes or be removed in the future, so ` +
33+ `feature. It may receive breaking changes or be removed in the future, so ` +
3434 `use at your own risk.\n` +
3535 `To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/503.`
3636 )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export function processPropsDestructure(
3434
3535 warnOnce (
3636 `This project is using reactive props destructure, which is an experimental ` +
37- ` feature. It may receive breaking changes or be removed in the future, so ` +
37+ `feature. It may receive breaking changes or be removed in the future, so ` +
3838 `use at your own risk.\n` +
3939 `To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/502.`
4040 )
You can’t perform that action at this time.
0 commit comments