vuejs / vuefire

🔥 Firebase bindings for Vue.js
https://vuefire.vuejs.org
MIT License
3.82k stars 323 forks source link

fix: import nuxt composables from #imports #1457

Closed danielroe closed 7 months ago

danielroe commented 7 months ago

This is a DX improvement when developing - we can avoid loading the entire barrel file at #app by using the new granular imports merged in https://github.com/nuxt/nuxt/pull/23951.

codecov-commenter commented 7 months ago

Codecov Report

Merging #1457 (4be5013) into main (343207c) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main    #1457   +/-   ##
=======================================
  Coverage   82.09%   82.09%           
=======================================
  Files          21       21           
  Lines        3289     3289           
  Branches      286      286           
=======================================
  Hits         2700     2700           
  Misses        589      589           

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!