diff --git a/src/components/LineIcon.vue b/src/components/LineIcon.vue
index f6936ef..4d040ac 100644
--- a/src/components/LineIcon.vue
+++ b/src/components/LineIcon.vue
@@ -2,8 +2,7 @@
@@ -20,19 +19,10 @@ export default Vue.extend({
},
theme: String,
},
- methods: {
- onLoad (e: any) {
- if (this.fadeIn) e.target.className = e.target.className.replace('hide', '')
- },
- },
})