8 Star 61 Fork 8

Layui Vue/layer-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Children1.vue 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
就眠儀式 提交于 2022-03-04 01:00 +08:00 . docs: 编写文档
<template>
<form>
<input type="text" v-model="data.remark" />
</form>
</template>
<script setup>
const emit = defineEmits('called')
const props = defineProps({
data: Object
})
</script>
<style scoped>
form {
padding: 10px;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/layui-vue/layer-vue.git
git@gitee.com:layui-vue/layer-vue.git
layui-vue
layer-vue
layer-vue
master

搜索帮助