What is a scoped slot in Vue JS?
-
A
A slot that exposes child component data for the parent's slot content to consume
-
B
A slot restricted to a component's scoped CSS block
-
C
A slot that is only accessible within the same single-file component
-
D
A slot that prevents the parent from adding fallback content