Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: s.trim is not a function #35

Open
sahmadreza opened this issue Aug 4, 2020 · 0 comments
Open

TypeError: s.trim is not a function #35

sahmadreza opened this issue Aug 4, 2020 · 0 comments

Comments

@sahmadreza
Copy link

sahmadreza commented Aug 4, 2020

Hey,
After installing and running the plugin the following error is displayed

[Vue warn]: Error in nextTick: "TypeError: s.trim is not a function"

vue.runtime.esm.js?2b0e:1888 TypeError: s.trim is not a function
    at eval (typed.js?10b3:662)
    at Array.map (<anonymous>)
    at Initializer.load (typed.js?10b3:661)
    at new Typed (typed.js?10b3:92)
    at VueComponent.initTypedJS (TypedJS.vue?cdc7:26)
    at VueComponent.eval (TypedJS.vue?cdc7:16)
    at Array.eval (vue.runtime.esm.js?2b0e:1980)
    at flushCallbacks (vue.runtime.esm.js?2b0e:1906)

my code

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

vue => (cli) 3
node => v12.16.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant