31
loading...
This website collects cookies to deliver better user experience
<script src="https://unpkg.com/vue@next"></script>
npm install -g @vue/cli && vue ui
{{ doubleCurlies }}
and data
valuesv-bind:href
(or :href
) attribute bindingv-model
for two-way data-bindingv-if
, v-else
, and v-else-if
conditionalsv-for
loopsv-on:click
or @click
methods
computed
propertiesprops
on a componentcreated
and other life-cycle hooks