1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2026-01-11 15:22:28 +08:00

feat: Vue二次编辑集成进入VCC

This commit is contained in:
shangbin
2021-11-17 14:53:44 +08:00
parent 0b83a65061
commit 08235dcdd1
6 changed files with 133 additions and 16 deletions

View File

@@ -13,15 +13,8 @@
<script>
import { html2Json } from '../libs/bundle-html2json-esm';
import { ergodic, findAObject } from '../utils/common';
import vcc from '../components-v2/VCC.vue';
import { ergodic } from '../utils/common';
function findAObject(array, propertyName) {
const module = array.find(function (ele) {
return ele[propertyName];
});
return module || null;
}
export default {
props: [],