Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(guide): note about slot scope when not wrapped in template tag
https://github.com/vuejs/test-utils/blob/39d86ad5abe71bac8d76c5b82f11f30225cf8673/src/utils/compileSlots.ts#L10 The only example provided used an explicit #default="params", but it doesn't mention that if you don't explicitly wrap it, the slot scope becomes also available as params. In VTU1, they were exposed as props, so i think it's better to be explicit about it.
- Loading branch information