I just moved about 1000 lines of codes out of my create.vue to mixins/script1, mixins/script2, mixins/script3 and so on.
I import
import './mixins/script1'
import './mixins/script2'
import './mixins/script3'
I realized I have so much data() { ...
Is there a way to detect what is the unused variables?
I want to clean them out