Skip to content

Unknown custom element: <vue-typed-js> #39

@GeorgeFlorian

Description

@GeorgeFlorian

I'm trying to use vue-typed-js but I get the following error: "Unknown custom element: ".

I've installed it via npm install --save vue-typed-js.

Inside the component in which I want to use Typed-js I've put

import Vue from 'vue';
import { VueTypedJs } from 'vue-typed-js';
Vue.use(VueTypedJs);

inside the script tag and:

<vue-typed-js :strings="['First text', 'Second Text']">
<h1 class="typing"></h1>
</vue-typed-js>

inside the template tag.

But it doesn't work.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions