wangdahoo / vue-animate-number

animate-number as a vue component.
https://wangdahoo.github.io/vue-animate-number/
106 stars 18 forks source link

Failed to mount component: template or render function not defined. #9

Open ViniciusAugusto opened 5 years ago

ViniciusAugusto commented 5 years ago

Using the component with the Quasar framework I have the following error below.

Failed to mount component: template or render function not defined.

captura de tela 2019-02-27 as 10 37 24

Created plugin quasar

import VueAnimateNumber from 'vue-animate-number'

export default ({ app, router, Vue }) => { Vue.use(VueAnimateNumber) }

and add in quasar.conf.js

plugins: [''vue-animate-number'']