Skip to content

Commit

Permalink
chore: code style fixes
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
  • Loading branch information
Hazer and ReenigneArcher committed May 13, 2024
1 parent 3d685de commit 1169595
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 13 deletions.
12 changes: 6 additions & 6 deletions src_assets/common/assets/web/PlatformLayout.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script setup>
const props = defineProps({
platform: {
type: String,
required: true
}
})
const props = defineProps({
platform: {
type: String,
required: true
}
})
</script>

<template>
Expand Down
1 change: 0 additions & 1 deletion src_assets/common/assets/web/configs/tabs/Files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const props = defineProps([
])
const config = ref(props.config)
</script>

<template>
Expand Down
1 change: 0 additions & 1 deletion src_assets/common/assets/web/configs/tabs/Inputs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const props = defineProps([
])
const config = ref(props.config)
</script>

<template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const props = defineProps([
])
const config = ref(props.config)
</script>

<template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const props = defineProps([
])
const config = ref(props.config)
</script>

<template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const props = defineProps([
])
const config = ref(props.config)
</script>

<template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const props = defineProps([
])
const config = ref(props.config)
</script>

<template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const props = defineProps([
])
const config = ref(props.config)
</script>

<template>
Expand Down

0 comments on commit 1169595

Please sign in to comment.