@cicada/render
Advanced tools
Comparing version 1.1.18 to 1.1.19
@@ -80,2 +80,4 @@ 'use strict'; | ||
if (typeof config === 'string') return config; | ||
// components可能会被动态更新, 所以这里支持函数去获取 | ||
components = typeof components === 'function' ? components() : components; | ||
@@ -82,0 +84,0 @@ var _getComponentType = getComponentType(components, config), |
{ | ||
"name": "@cicada/render", | ||
"version": "1.1.18", | ||
"version": "1.1.19", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
400176
9712