chore: rename scopedSlots to slots in legacy cases

This commit is contained in:
chenjiahan
2020-11-14 06:47:08 +08:00
parent bea039c810
commit 2550ac9111
21 changed files with 41 additions and 41 deletions

View File

@@ -30,7 +30,7 @@ test('disabled', () => {
test('label disabled', () => {
const wrapper = mount(Checkbox, {
scopedSlots: {
slots: {
default: () => 'Label',
},
props: {
@@ -93,7 +93,7 @@ test('click event', async () => {
test('label-position prop', () => {
const wrapper = mount(Checkbox, {
scopedSlots: {
slots: {
default: () => 'Label',
},
props: {