vue-writer icon indicating copy to clipboard operation
vue-writer copied to clipboard

Vue 3 Typewriter Single File Component

Results 6 vue-writer issues
Sort by recently updated
recently updated
newest added

How add to Nuxt 3 ?

1. fix `setTimeout` called directly on component created, causing memory leak on SSR 2. `clearTimeout` before component unmount

### New Feature Now you can pass either an array or string via the new prop `string` ```html ``` - The old prop `array` is deprecated and will be removed...

hi, maybe it cannot type "\n"

help wanted

{{ mottos }} import { reactive, defineComponent, onMounted, ref } from 'vue' import { SubTitle } from '@/components/Title' import { queryMottos } from '@/api/website' export default defineComponent({ name: 'Mottos', components:...

help wanted

**Describe the bug** TypeScript declarations are not exported. **To Reproduce** Steps to reproduce the behavior: 1. Create an empty Vue project and select the TypeScript option. 2. Add vue-writer with...

help wanted