[Vuejs]-Vue-typed-js plugin not worked on static site nux

0👍

Instead of

plugins: ['~plugins/vue-typed']

Try this

plugins: ['@/plugins/vue-typed']

Leave a comment