Skip to content

Commit a11236a

Browse files
committed
npm run format
1 parent 1e3f90d commit a11236a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/membership/MembershipPageInputText.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { onMounted, useTemplateRef } from 'vue';
2+
import { onMounted, useTemplateRef } from 'vue'
33
44
const model = defineModel<string>({ required: true })
55
const { autoFocus, className, required, placeholder } = withDefaults(

0 commit comments

Comments
 (0)