直接跳到内容
Vue.py
搜索
主导航
文档
深度指南
快速上手
示例
术语表
API
UI 组件
生态系统
资源
主题
官方库
IPywUI
帮助
GitHub 论坛
动态
博客
新闻简报
关于
常见问题
团队
行为规范
帮助我们翻译!
github
twitter
discord
外观
github
twitter
discord
API 参考
以下是 Vue.py 提供的 API。
全局 API
应用实例
create_app()
app.mount()
app.component()
app.use()
app.version
app.config
app.config.globalProperties
通用
version
日志系统
getLogger
logout
IPython Magic
%vuepy_import
%vuepy_log
组合式 API
setup()
基本使用
访问 Props
Setup 上下文
响应式: 核心
ref()
computed()
reactive()
watchEffect()
watch()
响应式: 工具
isRef()
unref()
toRef()
toValue()
toRefs()
isProxy()
isReactive()
响应式: 进阶
shallowRef()
triggerRef()
toRaw()
effectScope()
getCurrentScope()
onScopeDispose()
生命周期钩子
onMounted()
onBeforeMount()
依赖注入
provide()
inject()
hasInjectionContext()
内置内容
指令
v-html
v-show
v-if
v-else
v-else-if
v-for
v-on
v-bind
v-model
v-slot
组件
ipywui
特殊元素
<slot>
<template>
特殊 Attributes
ref
单文件组件
语法定义
总览
相应语言块
自动名称推导
src 导入
注释
<script lang="py">
基本语法
响应式
使用组件
defineProps() 和 defineEmits()
defineModel()
限制
CSS 功能
组件作用域 CSS
CSS Modules
CSS 中的 v-bind()
作为 Python 模块导入
import_sfc
进阶 API
自定义渲染
createRenderer()
API 参考已经加载完毕