This repository was archived by the owner on Jul 19, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 116
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
API Progress Overview #197
Copy link
Copy link
Open
Labels
Description
- ποΈ Dropped (will not be implemented in Vapor)
- Application API
->createApp
createVaporApp
createSSRApp
app.mount()
app.unmount()
app.component()
app.directive()
app.use()
ποΈapp.mixin()
app.provide()
app.runWithContext()
app.version
app.config
app.config.errorHandler
app.config.warnHandler
app.config.performance
app.config.globalProperties
ποΈapp.config.optionMergeStrategies
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- General
version
nextTick()
defineComponent()
(partial)- types
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.defineAsyncComponent()
defineCustomElement()
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Reactivity API: Core
ref()
computed()
reactive()
readonly()
watchEffect()
watchPostEffect()
watchSyncEffect()
watch()
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Composition API: Lifecycle Hooks
onMounted()
onUpdated()
onUnmounted()
onBeforeMount()
onBeforeUpdate()
onBeforeUnmount()
onErrorCaptured()
onRenderTracked()
onRenderTriggered()
onActivated()
onDeactivated()
onServerPrefetch()
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Composition API: Dependency Injection
provide()
inject()
hasInjectionContext()
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- ποΈ
Options API - Built-in Directives
v-text
v-html
v-show
v-if
v-else
v-else-if
v-for
v-on
v-bind
v-model
v-slot
v-pre
v-once
v-memo
(on hold)v-cloak
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Built-in Components
- To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Built-in Special Elements
<component>
<slot>
<template>
(partial)To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Built-in Special Attributes
key
(partial)ref
(partial)is
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Single-File Component
vapor
attribute (partial)useCssModule
useCssVars
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
- Custom Renderer API
ubugeeei, Doctor-wu, NaoyaMiyagawa, MickaelOth, lukewarlow and 31 moreubugeeei, Doctor-wu, brolnickij, CathLee, florian-lefebvre and 16 moreDoctor-wu, NaoyaMiyagawa, MuhammadM1998, brolnickij, Cherry and 8 morexiaodong2008, brolnickij, mfazail, lukastaegert and CathalMullan
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
[-]API progress[/-][+]API Progress Overview[/+]3xau1o commentedon Dec 2, 2024
@sxzz is Custom Renderer planned?, does not have any items or checkboxes underneath
LittleSound commentedon Dec 4, 2024
It's in the plan, but it's not a short-term goal.