style: eslint code

This commit is contained in:
xiaoxian521
2021-08-30 20:58:32 +08:00
parent a2b200f5f2
commit e85f36b76e
6 changed files with 38 additions and 52 deletions

View File

@@ -12,14 +12,7 @@
</template>
<script lang="ts">
import {
ref,
unref,
onBeforeMount,
getCurrentInstance,
nextTick,
onUnmounted
} from "vue";
import { ref, unref, nextTick, onUnmounted } from "vue";
import flippers from "./Filpper";
import { templateRef } from "@vueuse/core";