Last active
December 21, 2022 05:57
-
-
Save ipcjs/4171653848807d07136f56b8319f6fd8 to your computer and use it in GitHub Desktop.
Vue attributes for WebStorm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :checked | |
| :class | |
| :click | |
| :disabled | |
| :for | |
| :id | |
| :name | |
| :readonly | |
| :style | |
| :title | |
| :value | |
| @blur | |
| @blur.capture | |
| @blur.prevent | |
| @blur.self | |
| @blur.stop | |
| @change | |
| @change.capture | |
| @change.prevent | |
| @change.self | |
| @change.stop | |
| @click | |
| @click.capture | |
| @click.prevent | |
| @click.self | |
| @click.stop | |
| @contextmenu | |
| @contextmenu.capture | |
| @contextmenu.prevent | |
| @contextmenu.self | |
| @contextmenu.stop | |
| @dblclick | |
| @dblclick.capture | |
| @dblclick.prevent | |
| @dblclick.self | |
| @dblclick.stop | |
| @drag | |
| @drag.capture | |
| @drag.prevent | |
| @drag.self | |
| @drag.stop | |
| @dragend | |
| @dragend.capture | |
| @dragend.prevent | |
| @dragend.self | |
| @dragend.stop | |
| @dragenter | |
| @dragenter.capture | |
| @dragenter.prevent | |
| @dragenter.self | |
| @dragenter.stop | |
| @dragleave | |
| @dragleave.capture | |
| @dragleave.prevent | |
| @dragleave.self | |
| @dragleave.stop | |
| @dragover | |
| @dragover.capture | |
| @dragover.prevent | |
| @dragover.self | |
| @dragover.stop | |
| @dragstart | |
| @dragstart.capture | |
| @dragstart.prevent | |
| @dragstart.self | |
| @dragstart.stop | |
| @drop | |
| @drop.capture | |
| @drop.prevent | |
| @drop.self | |
| @drop.stop | |
| @focus | |
| @focus.capture | |
| @focus.prevent | |
| @focus.self | |
| @focus.stop | |
| @input | |
| @input.capture | |
| @input.prevent | |
| @input.self | |
| @input.stop | |
| @keydown | |
| @keydown.capture | |
| @keydown.prevent | |
| @keydown.self | |
| @keydown.stop | |
| @keypress | |
| @keypress.capture | |
| @keypress.prevent | |
| @keypress.self | |
| @keypress.stop | |
| @keyup | |
| @keyup.capture | |
| @keyup.prevent | |
| @keyup.self | |
| @keyup.stop | |
| @mousedown | |
| @mousedown.capture | |
| @mousedown.prevent | |
| @mousedown.self | |
| @mousedown.stop | |
| @mouseleave | |
| @mouseleave.capture | |
| @mouseleave.prevent | |
| @mouseleave.self | |
| @mouseleave.stop | |
| @mousemove | |
| @mousemove.capture | |
| @mousemove.prevent | |
| @mousemove.self | |
| @mousemove.stop | |
| @mousenter | |
| @mousenter.capture | |
| @mousenter.prevent | |
| @mousenter.self | |
| @mousenter.stop | |
| @mouseout | |
| @mouseout.capture | |
| @mouseout.prevent | |
| @mouseout.self | |
| @mouseout.stop | |
| @mouseover | |
| @mouseover.capture | |
| @mouseover.prevent | |
| @mouseover.self | |
| @mouseover.stop | |
| @mouseup | |
| @mouseup.capture | |
| @mouseup.prevent | |
| @mouseup.self | |
| @mouseup.stop | |
| @reset | |
| @reset.capture | |
| @reset.prevent | |
| @reset.self | |
| @reset.stop | |
| @select | |
| @select.capture | |
| @select.prevent | |
| @select.self | |
| @select.stop | |
| @submit | |
| @submit.capture | |
| @submit.prevent | |
| @submit.self | |
| @submit.stop | |
| @wheel | |
| @wheel.capture | |
| @wheel.prevent | |
| @wheel.self | |
| @wheel.stop | |
| comment | |
| embed | |
| nobr | |
| noembed | |
| noscript | |
| scoped | |
| script | |
| slot | |
| tab-index | |
| v-bind | |
| v-bind:href | |
| v-bind:key | |
| v-bind:src | |
| v-class | |
| v-else | |
| v-for | |
| v-html | |
| v-if | |
| v-link | |
| v-model | |
| v-on | |
| v-on:blur | |
| v-on:blur.capture | |
| v-on:blur.prevent | |
| v-on:blur.self | |
| v-on:blur.stop | |
| v-on:change | |
| v-on:change.capture | |
| v-on:change.prevent | |
| v-on:change.self | |
| v-on:change.stop | |
| v-on:click | |
| v-on:click.capture | |
| v-on:click.prevent | |
| v-on:click.self | |
| v-on:click.stop | |
| v-on:contextmenu | |
| v-on:contextmenu.capture | |
| v-on:contextmenu.prevent | |
| v-on:contextmenu.self | |
| v-on:contextmenu.stop | |
| v-on:dblclick | |
| v-on:dblclick.capture | |
| v-on:dblclick.prevent | |
| v-on:dblclick.self | |
| v-on:dblclick.stop | |
| v-on:drag | |
| v-on:drag.capture | |
| v-on:drag.prevent | |
| v-on:drag.self | |
| v-on:drag.stop | |
| v-on:dragend | |
| v-on:dragend.capture | |
| v-on:dragend.prevent | |
| v-on:dragend.self | |
| v-on:dragend.stop | |
| v-on:dragenter | |
| v-on:dragenter.capture | |
| v-on:dragenter.prevent | |
| v-on:dragenter.self | |
| v-on:dragenter.stop | |
| v-on:dragleave | |
| v-on:dragleave.capture | |
| v-on:dragleave.prevent | |
| v-on:dragleave.self | |
| v-on:dragleave.stop | |
| v-on:dragover | |
| v-on:dragover.capture | |
| v-on:dragover.prevent | |
| v-on:dragover.self | |
| v-on:dragover.stop | |
| v-on:dragstart | |
| v-on:dragstart.capture | |
| v-on:dragstart.prevent | |
| v-on:dragstart.self | |
| v-on:dragstart.stop | |
| v-on:drop | |
| v-on:drop.capture | |
| v-on:drop.prevent | |
| v-on:drop.self | |
| v-on:drop.stop | |
| v-on:focus | |
| v-on:focus.capture | |
| v-on:focus.prevent | |
| v-on:focus.self | |
| v-on:focus.stop | |
| v-on:input | |
| v-on:input.capture | |
| v-on:input.prevent | |
| v-on:input.self | |
| v-on:input.stop | |
| v-on:keydown | |
| v-on:keydown.capture | |
| v-on:keydown.prevent | |
| v-on:keydown.self | |
| v-on:keydown.stop | |
| v-on:keypress | |
| v-on:keypress.capture | |
| v-on:keypress.prevent | |
| v-on:keypress.self | |
| v-on:keypress.stop | |
| v-on:keyup | |
| v-on:keyup.capture | |
| v-on:keyup.delete | |
| v-on:keyup.delete.capture | |
| v-on:keyup.delete.prevent | |
| v-on:keyup.delete.self | |
| v-on:keyup.delete.stop | |
| v-on:keyup.down | |
| v-on:keyup.down.capture | |
| v-on:keyup.down.prevent | |
| v-on:keyup.down.self | |
| v-on:keyup.down.stop | |
| v-on:keyup.enter | |
| v-on:keyup.enter.capture | |
| v-on:keyup.enter.prevent | |
| v-on:keyup.enter.self | |
| v-on:keyup.enter.stop | |
| v-on:keyup.esc | |
| v-on:keyup.esc.capture | |
| v-on:keyup.esc.prevent | |
| v-on:keyup.esc.self | |
| v-on:keyup.esc.stop | |
| v-on:keyup.left | |
| v-on:keyup.left.capture | |
| v-on:keyup.left.prevent | |
| v-on:keyup.left.self | |
| v-on:keyup.left.stop | |
| v-on:keyup.prevent | |
| v-on:keyup.right | |
| v-on:keyup.right.capture | |
| v-on:keyup.right.prevent | |
| v-on:keyup.right.self | |
| v-on:keyup.right.stop | |
| v-on:keyup.self | |
| v-on:keyup.space | |
| v-on:keyup.space.capture | |
| v-on:keyup.space.prevent | |
| v-on:keyup.space.self | |
| v-on:keyup.space.stop | |
| v-on:keyup.stop | |
| v-on:keyup.tab | |
| v-on:keyup.tab.capture | |
| v-on:keyup.tab.prevent | |
| v-on:keyup.tab.self | |
| v-on:keyup.tab.stop | |
| v-on:keyup.up | |
| v-on:keyup.up.capture | |
| v-on:keyup.up.prevent | |
| v-on:keyup.up.self | |
| v-on:keyup.up.stop | |
| v-on:mousedown | |
| v-on:mousedown.capture | |
| v-on:mousedown.prevent | |
| v-on:mousedown.self | |
| v-on:mousedown.stop | |
| v-on:mouseleave | |
| v-on:mouseleave.capture | |
| v-on:mouseleave.prevent | |
| v-on:mouseleave.self | |
| v-on:mouseleave.stop | |
| v-on:mousemove | |
| v-on:mousemove.capture | |
| v-on:mousemove.prevent | |
| v-on:mousemove.self | |
| v-on:mousemove.stop | |
| v-on:mousenter | |
| v-on:mousenter.capture | |
| v-on:mousenter.prevent | |
| v-on:mousenter.self | |
| v-on:mousenter.stop | |
| v-on:mouseout | |
| v-on:mouseout.capture | |
| v-on:mouseout.prevent | |
| v-on:mouseout.self | |
| v-on:mouseout.stop | |
| v-on:mouseover | |
| v-on:mouseover.capture | |
| v-on:mouseover.prevent | |
| v-on:mouseover.self | |
| v-on:mouseover.stop | |
| v-on:mouseup | |
| v-on:mouseup.capture | |
| v-on:mouseup.prevent | |
| v-on:mouseup.self | |
| v-on:mouseup.stop | |
| v-on:reset | |
| v-on:reset.capture | |
| v-on:reset.prevent | |
| v-on:reset.self | |
| v-on:reset.stop | |
| v-on:select | |
| v-on:select.capture | |
| v-on:select.prevent | |
| v-on:select.self | |
| v-on:select.stop | |
| v-on:submit | |
| v-on:submit.capture | |
| v-on:submit.prevent | |
| v-on:submit.self | |
| v-on:submit.stop | |
| v-on:wheel | |
| v-on:wheel.capture | |
| v-on:wheel.prevent | |
| v-on:wheel.self | |
| v-on:wheel.stop | |
| v-show | |
| v-text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment