vue-wait icon indicating copy to clipboard operation
vue-wait copied to clipboard

Fix Vue 3 warning when initializing vue-wait.

Open serebrov opened this issue 2 years ago • 3 comments

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.

serebrov avatar Mar 23 '22 18:03 serebrov

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

mark0322 avatar Jun 10 '22 03:06 mark0322

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

benlind avatar Feb 23 '24 21:02 benlind