Skip to content

Commit 4017f88

Browse files
author
Fennec
committed
update demo1
1 parent 3142191 commit 4017f88

File tree

7 files changed

+448
-3
lines changed

7 files changed

+448
-3
lines changed

app/src/components/demo1/utils/Rect.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
</template>
44

55
<script lang="ts" setup>
6-
import { nextTick, ref } from 'vue';
6+
import { /* nextTick, */ ref } from 'vue';
77
import { vOnClickOutside } from '@vueuse/components';
88
99
const popup = defineModel<string>('popup');
10-
const animation = defineModel<string>('animation');
10+
// const animation = defineModel<string>('animation');
1111
1212
const cell = ref<HTMLElement>();
1313
const pop = ref<string>("");

demo/assets/Index-BmBdKhXN.js

+63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/assets/Index-ClNXy87H.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)