Vant VS Code Snippets
Snippets List
work in .vue file
Basic
vantpl
<template>
<div>
</div>
</template>
<script lang="ts">
import { Component, Vue } from 'vue-property-decorator';
@Component
export default class extends Vue {
}
</script>
<style lang="scss" scoped>
</style>
Basic Part
No. |
Trigger Key |
Vant Tag |
1. |
ts-echart |
|
2. |
ts-init |
|
3. |
ts-post |
|
4. |
ts-get |
|
| |