f / vue-wait

Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
MIT License
2k stars 101 forks source link

Fix Vue 3 warning when initializing vue-wait. #120

Open serebrov opened 2 years ago

serebrov commented 2 years ago

When vue-wait initializes, Vue 3 shows a warning (browser console, console output in tests):

[Vue warn]: Component is missing template or render function.
  at <App> ...

This PR fixes it by adding a '<i></i>' template to the vue-wait's App component.

mark0322 commented 2 years ago

When vue-wait initializes, Vue 3 shows a warning (browser console, console output in tests):

[Vue warn]: Component is missing template or render function.
  at <App> ...

This PR fixes it by adding a '<i></i>' template to the vue-wait's App component.

Please author agree

benlind commented 6 months ago

We are migrating our app from Vue 2 to Vue 3 and are also encountering this warning.

pirhoo commented 2 months ago

I'm also seeing the same warning on Vue 3. It would be great to merge this!