介绍

元素闪烁

示例

代码

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