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

unused prop

parent bce3c413
...@@ -18,12 +18,6 @@ ...@@ -18,12 +18,6 @@
required: false, required: false,
default: false, default: false,
}, },
class: {
type: String,
required: false,
default: '',
},
}, },
computed: { computed: {
...@@ -31,7 +25,7 @@ ...@@ -31,7 +25,7 @@
return this.inline ? 'span' : 'div'; return this.inline ? 'span' : 'div';
}, },
cssClass() { 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