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

MdBottomBarItem does not compile #1230

Closed
mrwhy-orig opened this issue Nov 29, 2017 · 9 comments
Closed

MdBottomBarItem does not compile #1230

mrwhy-orig opened this issue Nov 29, 2017 · 9 comments

Comments

@mrwhy-orig
Copy link
Contributor

Steps to reproduce

While using custom template BottomBar component like in the docs.

Which browser?

Does not compile

What is expected?

Compiling the Templates

What is actually happening?

Dependencies are missing
These dependencies were not found:

  • core/mixins/MdAssetIcon/MdAssetIcon in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0&bustCache!./node_modules/vue-material/src/components/MdBottomBar/MdBottomBarItem.vue
  • core/utils/MdRouterLinkProps in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0&bustCache!./node_modules/vue-material/src/components/MdBottomBar/MdBottomBarItem.vue
  • core/utils/MdUuid in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0&bustCache!./node_modules/vue-material/src/components/MdBottomBar/MdBottomBarItem.vue
@Samuell1
Copy link
Member

Can you please provide Vue, VueMaterial version?

@mrwhy-orig
Copy link
Contributor Author

mrwhy-orig commented Nov 29, 2017

VueMaterial Versions 1 beta-5 & 1 beta-6
Vue 2.5.2

@Samuell1
Copy link
Member

Do you using webpack template?

@mrwhy-orig
Copy link
Contributor Author

Yes I do.

@Samuell1
Copy link
Member

Can you provide your code? or make repo for it?

@mrwhy-orig
Copy link
Contributor Author

mrwhy-orig commented Nov 30, 2017

sure do you need more then this part? I just tried to get the example running. If I use the whole VueMaterial import, it is compiling.
If I use import MdBottomBarItem from "vue-material/dist/components"; instead, it is compiling but i get an

regeneratorRuntime is not defined

error.

https://gist.github.com/mrwhy-orig/e77c2be4c3cbf7d5cf17526b45a06f40

@Samuell1
Copy link
Member

with regeneratorRuntime is issue here: #1182

Why you importing components from src ?

@mrwhy-orig
Copy link
Contributor Author

Oh.. Webstorm integrated the imports by its own.. haven't had a look at these... regarding #1182 -> i will have a look.

@Samuell1
Copy link
Member

Samuell1 commented Nov 30, 2017

You can find here how to import components or fullbundle: https://vuematerial.io/getting-started

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

2 participants