vue-wait
vue-wait copied to clipboard
Fix Vue 3 warning when initializing vue-wait.
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.
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'sApp
component.
Please author agree
We are migrating our app from Vue 2 to Vue 3 and are also encountering this warning.