Skip to content

Commit d2f334a

Browse files
committed
thumbnail
1 parent 27b4b12 commit d2f334a

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

static/usage/v7/thumbnail/basic/vue.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
</ion-thumbnail>
66
</template>
77

8-
<script lang="ts">
8+
<script lang="ts" setup>
99
import { IonThumbnail } from '@ionic/vue';
10-
import { defineComponent } from 'vue';
11-
12-
export default defineComponent({
13-
components: { IonThumbnail },
14-
});
1510
</script>
1611
```

static/usage/v7/thumbnail/item/vue.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
</ion-item>
99
</template>
1010

11-
<script lang="ts">
11+
<script lang="ts" setup>
1212
import { IonItem, IonLabel, IonThumbnail } from '@ionic/vue';
13-
import { defineComponent } from 'vue';
14-
15-
export default defineComponent({
16-
components: { IonItem, IonLabel, IonThumbnail },
17-
});
1813
</script>
1914
```

static/usage/v7/thumbnail/theming/css-properties/vue.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@
1212
</ion-thumbnail>
1313
</template>
1414

15-
<script lang="ts">
15+
<script lang="ts" setup>
1616
import { IonThumbnail } from '@ionic/vue';
17-
import { defineComponent } from 'vue';
18-
19-
export default defineComponent({
20-
components: { IonThumbnail },
21-
});
2217
</script>
2318
```

0 commit comments

Comments
 (0)