feat: use unplugin-vue-define-options add setup name

This commit is contained in:
xiaoxian521
2022-05-21 12:29:54 +08:00
parent dca722cb29
commit 747e2b9c1c
93 changed files with 2387 additions and 4420 deletions

View File

@@ -10,7 +10,7 @@ import { countToProps } from "./props";
import { isNumber } from "/@/utils/is";
export default defineComponent({
name: "Normal",
name: "ReNormalCountTo",
props: countToProps,
emits: ["mounted", "callback"],
setup(props, { emit }) {

View File

@@ -10,7 +10,7 @@ import {
import { reboundProps } from "./props";
export default defineComponent({
name: "Rebound",
name: "ReboundCountTo",
props: reboundProps,
setup(props) {
const timer = ref(null);