Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

space in component name should throw error! #1997

Closed
angelbotto opened this issue Dec 9, 2015 · 0 comments
Closed

space in component name should throw error! #1997

angelbotto opened this issue Dec 9, 2015 · 0 comments

Comments

@angelbotto
Copy link

I found a little bug, I create this component, but when the component name has a space there is no reported error making it hard for debugging.

<template lang='jade'>
  div#wrapper
    menu
       {{ msg }}
</template>

<script>
  export default {
    name: 'Layout App',
    replace: false,
    data: function () {
      return {
        msg: 'hi' 
      }
    }
  }
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant