jeffreyguenther / vue-turbolinks

A Vue mixin to fix Turbolinks caching
MIT License
287 stars 20 forks source link

Fix to export `turbolinksAdapterMixin` #38

Closed tricknotes closed 3 years ago

tricknotes commented 3 years ago

Since 396fb1a1734365f0eff8dafc25e4f10c8694d95c, "Mixin Option 2: Single Component" has been broken.

"export 'turbolinksAdapterMixin' was not found in 'vue-turbolinks'

To keep v2.1.0's behavior, let back the export module name.

excid3 commented 3 years ago

Thanks @tricknotes 🙏

excid3 commented 3 years ago

Published as v2.2.1

tricknotes commented 3 years ago

Thanks a lot !