Using a q-select I get the error: Cannot read property 'dropdown' of undefined?
-
I am following the example of: https://quasar.dev/vue-components/select#Example--Single-vs-multiple-selection
But when the page loads I get the error
Cannot read property 'dropdown' of undefined
, my code is exactly the same, so I am unsure why I get this error? Any ideas where I am going wrong? -
Seems like it was because I had the font awesome link from them but not the specific quasar font awesome JS file:
<script src="https://cdn.jsdelivr.net/npm/quasar@1.14.7/dist/icon-set/fontawesome-v5.umd.min.js"</script>