[Vuejs]-When should I put my code outside the export module, lifecycle hooks in a single file Vue component?

0👍

maybe you can define some constant there. like this:

const THIS_IS_A_CONSTANT = 'thisIsAConstant'

Leave a comment