Introduce

element flicker

Example

Code

<template>
  <div
    v-flicker:style="{
    width: '100px',
    height: '100px',
    background: 'green',
}"
  ></div>
</template>