Skip to content

Commit 8773c5f

Browse files
authored
docs(vue): streamline usage example with script setup syntax
1 parent c5ef654 commit 8773c5f

File tree

1 file changed

+1
-6
lines changed
  • static/usage/v8/input/theming/css-properties

1 file changed

+1
-6
lines changed

static/usage/v8/input/theming/css-properties/vue.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
></ion-input>
1111
</template>
1212

13-
<script lang="ts">
13+
<script setup lang="ts">
1414
import { IonInput } from '@ionic/vue';
15-
import { defineComponent } from 'vue';
16-
17-
export default defineComponent({
18-
components: { IonInput },
19-
});
2015
</script>
2116

2217
<style>

0 commit comments

Comments
 (0)