We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue-script
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snippets for <script> tag in Vue files.
<script>
ref
reactive
computed
watch
watchEffect
onMounted
onBeforeMount
onBeforeUpdate
onUpdated
onErrorCaptured
onUnmounted
onBeforeUnmount
Original snippets are here.
defineProps
defineEmits
The text was updated successfully, but these errors were encountered:
Original snippets #3
a8e8b69
- vref - vreactive - vcomputed - vwatch - vwatcheffect - vonmounted - vonbeforemount - vonbeforeupdate - vonupdated - vonerrorcaptured - vonunmounted - vonbeforeunmount
New snippets #3
8bb1ae7
- vdefineprops - vdefineemits - vdefineemits-nopayload - vsingleemit - vsingleemit-nopayload
feat: Add vue-script snippets (#12)
765a428
* Original snippets #3 - vref - vreactive - vcomputed - vwatch - vwatcheffect - vonmounted - vonbeforemount - vonbeforeupdate - vonupdated - vonerrorcaptured - vonunmounted - vonbeforeunmount * New snippets #3 - vdefineprops - vdefineemits - vdefineemits-nopayload - vsingleemit - vsingleemit-nopayload
ExEr7um
Successfully merging a pull request may close this issue.
Snippets for
<script>
tag in Vue files.Snippets list
Original
ref
reactive
computed
watch
watchEffect
onMounted
onBeforeMount
onBeforeUpdate
onUpdated
onErrorCaptured
onUnmounted
onBeforeUnmount
New
defineProps
defineEmits
The text was updated successfully, but these errors were encountered: