diff --git a/docs/rules/no-restricted-call-after-await.md b/docs/rules/no-restricted-call-after-await.md index a73ce3fca..735fc87b0 100644 --- a/docs/rules/no-restricted-call-after-await.md +++ b/docs/rules/no-restricted-call-after-await.md @@ -5,8 +5,11 @@ title: vue/no-restricted-call-after-await description: disallow asynchronously called restricted methods --- # vue/no-restricted-call-after-await + > disallow asynchronously called restricted methods +- :exclamation: ***This rule has not been released yet.*** + ## :book: Rule Details This rule reports your restricted calls after the `await` expression.