feat(vue-components): 添加className配置,page新增css、cssFile、jsFile配置
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"name": "@tmagic/vue-iterator-container",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
@@ -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: '数据源数据',
|
||||
|
||||
Reference in New Issue
Block a user