Akryum / Akryum/meteor-vue2-example
Uncaught TypeError: $(...).material_select is not a function
Open
- Dominant language
- Vue
- Stars
- 43
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Recently I have tried Materializecss in your meteor-vue2-example project and when i initialize material select it show error like Uncaught TypeError: $(...).material_select is not a function
```
-html-head
-html-body
-App.vue
Test
Materialize Select
-js
mounted(){
$(this.$el).find('select').material_select();
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.