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 a2987c1 commit ea94c0dCopy full SHA for ea94c0d
static/usage/v7/searchbar/basic/vue.md
@@ -7,12 +7,7 @@
7
<ion-searchbar animated="true" placeholder="Animated"></ion-searchbar>
8
</template>
9
10
-<script lang="ts">
+<script lang="ts" setup>
11
import { IonSearchbar } from '@ionic/vue';
12
- import { defineComponent } from 'vue';
13
-
14
- export default defineComponent({
15
- components: { IonSearchbar },
16
- });
17
</script>
18
```
0 commit comments