You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
Trying some variations on the following but getting various errors:
// main.jsvarVue=require('vue');varCounter=require('./myCounter/myCounter.vue');// a componentvarStage=require('./stage/stage.vue');// top level viewVue.component('my-counter',Counter);varapp=newVue({el: '#stage',render: function(createElement){returncreateElement(Stage)}});
Think I'm just doing something fundamentally wrong, but all the jsfiddle examples - http://vuejs.org/examples/ - use template tags instead of vue files, so I'm having trouble debugging.
Thanks for any help / pointers.
The text was updated successfully, but these errors were encountered:
@pajtai Your example – which I understand is just the basic way to use file based components in file based components – belongs definitely in the examples in the guide! Would have been lost without this issue (I mean #142).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying some variations on the following but getting various errors:
Think I'm just doing something fundamentally wrong, but all the jsfiddle examples - http://vuejs.org/examples/ - use template tags instead of vue files, so I'm having trouble debugging.
Thanks for any help / pointers.
The text was updated successfully, but these errors were encountered: