Skip to content

Commit 3ea9e9a

Browse files
committed
refactor: clean up repeater-sample.vue and plugin.ts by removing unused imports
1 parent 44cb466 commit 3ea9e9a

3 files changed

Lines changed: 1 addition & 49 deletions

File tree

playground/app/pages/form/repeater-sample.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script setup lang='ts'>
22
const data = ref()
3-
const { addList, addElement, addListGroup, addComponent } = useFormKitSchema()
43
54
function createDefaultValue(): object {
65
return { name: 'Bow', damage: '1D6+1' }

src/runtime/composables/useAutoAnimate.ts

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/runtime/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { defineNuxtPlugin } from '#app'
22

33
export default defineNuxtPlugin((_nuxtApp) => {
4+
45
})

0 commit comments

Comments
 (0)