vue-typed-js icon indicating copy to clipboard operation
vue-typed-js copied to clipboard

Typed.js integration for vue.js. Create a typing animation.

Results 42 vue-typed-js issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

`:strings` binds dynamic data and cannot be printed ``` ```

Hi, thanks so much for your work on this. As noted in the title, the animation breaks after one cycle with both `:loop="true"` and `smartBackspace="true"` configured. e.g. ``` ``` I...

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...

Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

I see vue-typed-js is released as 0.2.0 → https://github.com/Orlandster/vue-typed-js/releases/tag/0.2.0 but NPM is still version 0.1.2 → https://www.npmjs.com/package/vue-typed-js any plans publishing to NPM as well?

do you plan to support vue version 3?

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

``` R ``` the backspace effect not showing, it always fade out when the effect end

Hello, in the package.json the typed.js dependency is written with the direct link to github instead of the version number. > "typed.js": "git+https://github.com/mattboldt/typed.js.git" This creates a problem when using the...