michaeldrennen / Geonames

A Laravel (php) package to interface with the geo-location services at geonames.org.
MIT License
89 stars 38 forks source link

vue-element-example not in Views #10

Closed carlituxman closed 5 years ago

carlituxman commented 6 years ago

The file vue-element-example referenced at

Route::get( '/geonames/examples/vue/element/autocomplete', function () { return view( 'geonames::vue-element-example' ); } );

not exists

michaeldrennen commented 5 years ago

It sure isn't. :) As soon as I get a sample together for Vue, I'll include it in the library. Thanks.