Skip to content

Latest commit

 

History

History
194 lines (141 loc) · 7.14 KB

COMPONENT.md

File metadata and controls

194 lines (141 loc) · 7.14 KB

Vue Component API

Vue component actually runs in the React runtime. It means, you can not access VNode, you can not use Render. Conversely, if your previous Vue component does not involve both things, it would most likely run directly in React.

Supported API

Global Config

Use the react-vue-loader options: vue

Global API

Use the react-vue-loader options: vue

Options / Data

Options / Lifecycle Hooks

Options / Assets

Options / Composition

Options / Misc

Instance Properties

Instance Methods / Data

Instance Methods / Events

Instance Methods / Lifecycle

Directives

Special Attributes

Built-In Components

Server-Side Rendering (web only)

Use React Server Rendering

Unsupported API

Global Config

Global API

Options / Data

Options / DOM

Options / Lifecycle Hooks

Options / Assets

Options / Misc

Instance Properties

Instance Methods / Lifecycle

Directives

Built-In Components

VNode Interface