隐藏
换装

Vue / 前端 · 2022年7月21日 3

后台编辑动态模板(接上个组件用来管理动态表单)

懒得哔哔

使用方法:

<template-data @returnBack="reload" v-if="showEdit" :visible="showEdit" :choose_id="choose_id" />
import templateData from './template'
components: {
	templateData
},

文件在这自己拿 数据格式跟文件都在这

拖拽组件 template.vue中需要这个文件用于拖拽排序模板

template.vue及templateData.js(包含所有默认数据格式)