vue-custom-google-autocomplete icon indicating copy to clipboard operation
vue-custom-google-autocomplete copied to clipboard

Seems not to work on Vue JS 3

Open williamdes opened this issue 2 years ago • 0 comments

TypeError: Super expression must either be null or a function
    at _inherits (inherits.js:5:1)
    at CustomGoogleAutocomplete.ts:11:1
    at Module.fb15 (CustomGoogleAutocomplete.ts:11:1)
    at __webpack_require__ (bootstrap:19:1)
    at bootstrap:83:1
    at node_modules/vue-custom-google-autocomplete/dist/vue-custom-google-autocomplete.common.js (bootstrap:83:1)
    at __require (chunk-ROME4SDB.js?v=6bd5bcd0:11:50)
    at isSymbol.js:29:1

Also the README example should be adjusted to <bootstrap-dropdown :options="options" @select="selected = $event" name="input-name"/>

williamdes avatar Aug 21 '23 09:08 williamdes