docs(changelog): 3.0.9
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`should render tag slot correctly 1`] = `
|
||||
exports[`should render tag slot correctly 1`] = `
|
||||
<div class="van-address-list">
|
||||
<div class="van-radio-group"
|
||||
role="radiogroup"
|
||||
|
||||
@@ -51,7 +51,7 @@ test('should emit click-item event when item is clicked', () => {
|
||||
expect(wrapper.emitted('click-item')![0]).toEqual([list[0], 0]);
|
||||
});
|
||||
|
||||
test('should render tag slot correctly', () => {
|
||||
test('should render tag slot correctly', () => {
|
||||
const wrapper = mount(AddressList, {
|
||||
slots: {
|
||||
tag: () => 'Custom Tag',
|
||||
|
||||
Reference in New Issue
Block a user