File tree 2 files changed +2
-2
lines changed
packages/compiler-sfc/src/script
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export function processDefineModel(
30
30
31
31
warnOnce (
32
32
`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 ` +
34
34
`use at your own risk.\n` +
35
35
`To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/503.`
36
36
)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export function processPropsDestructure(
34
34
35
35
warnOnce (
36
36
`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 ` +
38
38
`use at your own risk.\n` +
39
39
`To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/502.`
40
40
)
You can’t perform that action at this time.
0 commit comments