Skip to content

Commit bb5707a

Browse files
committed
Removed 'destroy'
1 parent 8570a29 commit bb5707a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mixins/foundation.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ module.exports = {
55
// eslint-disable-next-line
66
$(this.$el).foundation();
77
},
8-
destroyed() {
9-
// eslint-disable-next-line
10-
$(this.$el).foundation.destroy();
11-
},
128
};

0 commit comments

Comments
 (0)