We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edfdab commit c5ef654Copy full SHA for c5ef654
static/usage/v8/input/theming/colors/vue.md
@@ -11,12 +11,7 @@
11
<ion-input aria-label="Dark input" color="dark" placeholder="Dark input"></ion-input>
12
</template>
13
14
-<script lang="ts">
+<script setup lang="ts">
15
import { IonInput } from '@ionic/vue';
16
- import { defineComponent } from 'vue';
17
-
18
- export default defineComponent({
19
- components: { IonInput },
20
- });
21
</script>
22
```
0 commit comments