wagerfield / vue-static-data

Add static data to Vue instances
MIT License
7 stars 1 forks source link

Add component context to static data #1

Open bakhirev opened 5 years ago

bakhirev commented 5 years ago

Add component context to static data. If we need this in staticData, we can use it. For example: staticData() { return { some: this.getTranslation('some_key') } },