We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ecce4 commit 5bbb5afCopy full SHA for 5bbb5af
test/unit/specs/directives/element/slot_spec.js
@@ -458,7 +458,7 @@ describe('Slot Distribution', function () {
458
expect('"slot" attribute must be static').toHaveBeenWarned()
459
})
460
461
- it('default slot should use fallback content if has only whitespace', () => {
+ it('default slot should use fallback content if has only whitespace', function () {
462
new Vue({
463
el: el,
464
template: '<test><div slot="first">1</div> <div slot="second">2</div></test>',
0 commit comments