1
0
mirror of synced 2026-03-22 18:48:34 +08:00

feat(vue-components): 添加className配置,page新增css、cssFile、jsFile配置

This commit is contained in:
roymondchen
2024-11-28 21:07:45 +08:00
committed by roymondchen
parent d1197279fd
commit 9948360435
17 changed files with 100 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "0.0.4",
"version": "0.0.5",
"name": "@tmagic/vue-iterator-container",
"type": "module",
"main": "src/index.ts",

View File

@@ -18,6 +18,11 @@
import { DATA_SOURCE_FIELDS_SELECT_VALUE_PREFIX, NODE_CONDS_KEY } from '@tmagic/core';
export default [
{
name: 'className',
type: 'data-source-input',
text: 'class',
},
{
name: 'iteratorData',
text: '数据源数据',