Подключаю так, как написано в инструкции (
https://github.com/mattboldt/typed.js/blob/master/...) и получаю ошибку:
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> at src/App.vue
Что я не так делаю?
В
main.js
import { VueTypedJs } from 'vue-typed-js'
Vue.use(VueTypedJs)
В App.vue
<vue-typed-js :strings="phrases" :typeSpeed="typeSpeed" :startDelay="100" :loop="true">
<h1>Hello <span class="typing"></span><span class="typed-cursor">|</span></h1>
</vue-typed-js>
Если регистрирую компонент ошибка:
./src/App.vue
Module Error (from ./node_modules/eslint-loader/index.js):
/home/docs/src/App.vue
35:5 error 'VueTypedJs' is not defined no-undef