Commit 532119e7 authored by Simon Knox's avatar Simon Knox

unused prop

parent bce3c413
......@@ -18,12 +18,6 @@
required: false,
default: false,
},
class: {
type: String,
required: false,
default: '',
},
},
computed: {
......@@ -31,7 +25,7 @@
return this.inline ? 'span' : 'div';
},
cssClass() {
return `fa-${this.size}x ${this.class}`.trim();
return `fa-${this.size}x`;
},
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment