I need to run a method before a component load in vuejs, It shoud trigger before showing any html in the browser.
1 Answer
please take a look at the beforeCreate method.
It allows you to do stuff before data observation and event/watcher setup.
please take a look at the beforeCreate method.
It allows you to do stuff before data observation and event/watcher setup.
createdormountedhooks should work.