Join the Stack Overflow Community
Stack Overflow is a community of 6.5 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

may be because the DOM is not loaded?

        document.addEventListener('DOMContentLoaded', function() {
            //add js here...
        }, false);
share|improve this answer
    
If I change <div v-repeat="members" v-component="mm"> to <mm v-repeat="members"> it works. So I believe that the v-component attribute is not loaded, even though it's in the guide of vue.js. – Pille Jul 6 '15 at 10:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.