14. Life cycle

Vue initialization order: dojo.provide, props, the methods, data and computed, watch, inject.

Vue does not raise an error if an attribute in computed has the same name as that in Methods, but computed quietly fails, so you should avoid attribute names in computed and Methods during development.