Movatterモバイル変換


[0]ホーム

URL:


Menu
×
Sign In
+1 Get Certified For Teachers Spaces Plus Get Certified For Teachers Spaces Plus
   ❮   
     ❯   

Vue Tutorial

Vue HOMEVue IntroVue DirectivesVue v-bindVue v-ifVue v-showVue v-forVue EventsVue v-onVue MethodsVue Event ModifiersVue FormsVue v-modelVue CSS BindingVue Computed PropertiesVue WatchersVue Templates

Scaling Up

Vue Why, How and SetupVue First SFC PageVue ComponentsVue PropsVue v-for ComponentsVue $emit()Vue Fallthrough AttributesVue Scoped StylingVue Local ComponentsVue SlotsVue v-slotVue Scoped SlotsVue Dynamic ComponentsVue TeleportVue HTTP RequestVue Template RefsVue Lifecycle HooksVue Provide/InjectVue RoutingVue Form InputsVue AnimationsVue Animations with v-forVue BuildVue Composition API

Vue Reference

Vue Built-in AttributesVue Built-in ComponentsVue Built-in ElementsVue Component InstanceVue DirectivesVue Instance OptionsVue Lifecycle Hooks

Vue Examples

Vue ExamplesVue ExercisesVue QuizVue SyllabusVue Study PlanVue ServerVue Certificate

Vue Component Instance


Objects

Vue has a set of objects in the component instance.

ObjectDescription
$attrsRepresents the fallthrough attributes and event listeners set on the component tag.
$dataRepresents the properties stored in the data part of the Vue instance.
$elRepresents the root DOM node of the Vue component.
$parentRepresents the Vue instance of the parent component.
$propsRepresents the props declared in the receiving component.
$refsRepresents the DOM elements marked with the built-in 'ref' attribute.
$rootRepresents the Vue instance of the root component of the total Vue application.
$slotsRepresents the slots provided by the parent component.

Methods

Vue has a set of methods in the component instance that can be reached with the with the 'this' keyword.

MethodDescription
$emit()triggers a custom event that is used to communicate up to the parent component
$forceUpdate()forces a re-render of the Vue application
$nextTick()waits for the DOM update cycle of the current Vue component to finish before executing
$watch()is used to create watchers, and returns a stop function we can use to stop the watcher

 
Track your progress - it's free!
 

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning.
Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness
of all content. While using W3Schools, you agree to have read and accepted ourterms of use,cookie and privacy policy.

Copyright 1999-2025 by Refsnes Data. All Rights Reserved.W3Schools is Powered by W3.CSS.


[8]ページ先頭

©2009-2025 Movatter.jp