Skip to content

Commit 109c835

Browse files
committed
revert(v-footer): revert deaf2c8
not the proper fix
1 parent e5730b5 commit 109c835

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/components/VFooter/VFooter.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ export default {
7070
* @return {number}
7171
*/
7272
updateApplication () {
73-
if (this.inset) return 0
74-
7573
const height = parseInt(this.height)
7674

7775
return isNaN(height)

test/unit/components/VFooter/VFooter.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ test('VFooter.js', ({ mount, functionalContext }) => {
9494

9595
await wrapper.vm.$nextTick()
9696
expect(wrapper.vm.computedPaddingLeft).toBe(300)
97-
expect(wrapper.vm.$vuetify.application.footer).toBe(0)
9897
})
9998

10099
it('should accept an auto height', async () => {

0 commit comments

Comments
 (0)