mirror of https://github.com/vuejs/core.git
fix(compiler-sfc): typo in experimental feature warnings (#8513)
This commit is contained in:
parent
1941a25a42
commit
fd1a3f9599
|
@ -30,7 +30,7 @@ export function processDefineModel(
|
|||
|
||||
warnOnce(
|
||||
`This project is using defineModel(), which is an experimental ` +
|
||||
` feature. It may receive breaking changes or be removed in the future, so ` +
|
||||
`feature. It may receive breaking changes or be removed in the future, so ` +
|
||||
`use at your own risk.\n` +
|
||||
`To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/503.`
|
||||
)
|
||||
|
|
|
@ -34,7 +34,7 @@ export function processPropsDestructure(
|
|||
|
||||
warnOnce(
|
||||
`This project is using reactive props destructure, which is an experimental ` +
|
||||
` feature. It may receive breaking changes or be removed in the future, so ` +
|
||||
`feature. It may receive breaking changes or be removed in the future, so ` +
|
||||
`use at your own risk.\n` +
|
||||
`To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/502.`
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue