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 512ae4a commit 5dbb380Copy full SHA for 5dbb380
_templates/playground/new/vue.md.ejs.t
@@ -7,15 +7,8 @@ to: "<%= `static/usage/v${version}/${name}/${path}/vue.md` %>"
7
<<%= component %>></<%= component %>>
8
</template>
9
10
-<script lang="ts">
+<script setup lang="ts">
11
import { <%= pascalComponent %> } from '@ionic/vue';
12
- import { defineComponent } from 'vue';
13
-
14
- export default defineComponent({
15
- components: {
16
- <%= pascalComponent %>,
17
- },
18
- });
19
</script>
20
<% if (css){ -%>
21
0 commit comments