diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e7e8c63e9..4a228e652 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,16 +14,16 @@ assignees: '' **To Reproduce** - + **Expected behavior** **Related information:** -- `@vue/test-utils` version: 2.x.x -- `Vue` version: 3.x.x -- `node` version: -- `npm` (or `yarn`) version: + + **Additional context** diff --git a/docs/guide/advanced/slots.md b/docs/guide/advanced/slots.md index a766a8953..4b07fa29f 100644 --- a/docs/guide/advanced/slots.md +++ b/docs/guide/advanced/slots.md @@ -139,7 +139,7 @@ test('layout full page layout', () => { ## Scoped Slots -[Scoped slots](https://v3.vuejs.org/guide/component-slots.html#scoped-slots) and bindings are also supported. +[Scoped slots](https://v3.vuejs.org/guide/component-slots.html#scoped-slots) and bindings are also supported. ```js const ComponentWithSlots = { @@ -158,8 +158,8 @@ const ComponentWithSlots = { test('scoped slots', () => { const wrapper = mount(ComponentWithSlots, { slots: { - scoped: `