Skip to content

Commit bf94e36

Browse files
committed
fix: optimize mobile demos
1 parent a38e475 commit bf94e36

33 files changed

+0
-66
lines changed

examples/sites/demos/mobile/app/alert/basic-usage.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
<script setup>
1313
import { TinyAlert } from '@opentiny/vue-mobile'
14-
15-
1614
</script>
1715

1816
<style scoped>

examples/sites/demos/mobile/app/alert/center.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
<script setup>
66
import { TinyAlert } from '@opentiny/vue-mobile'
7-
8-
97
</script>

examples/sites/demos/mobile/app/alert/size.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
<script setup>
99
import { TinyAlert } from '@opentiny/vue-mobile'
10-
11-
1210
</script>
1311

1412
<style>

examples/sites/demos/mobile/app/alert/slot-default.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
<script setup>
1111
import { TinyAlert } from '@opentiny/vue-mobile'
12-
13-
1412
</script>
1513

1614
<style>

examples/sites/demos/mobile/app/alert/target.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
<script setup>
1515
import { TinyAlert, TinyTabs, TinyTabItem } from '@opentiny/vue-mobile'
16-
17-
1816
</script>
1917

2018
<style>

examples/sites/demos/mobile/app/button/reset-time.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
<script setup>
99
import { TinyButton } from '@opentiny/vue-mobile'
10-
11-
1210
</script>
1311

1412
<style scoped>

examples/sites/demos/mobile/app/exception/subMessage.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66

77
<script setup lang="jsx">
88
import { TinyException } from '@opentiny/vue-mobile'
9-
10-
119
</script>

examples/sites/demos/mobile/app/label/base.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
<script setup>
99
import { TinyLabel } from '@opentiny/vue-mobile'
10-
11-
1210
</script>
1311

1412
<style scoped>

examples/sites/demos/mobile/app/label/bold.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
<script setup>
88
import { TinyLabel } from '@opentiny/vue-mobile'
9-
10-
119
</script>
1210

1311
<style scoped>

examples/sites/demos/mobile/app/label/color.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
<script setup>
1515
import { TinyLabel } from '@opentiny/vue-mobile'
16-
17-
1816
</script>
1917

2018
<style scoped>

0 commit comments

Comments
 (0)