Skip to content

Conversation

CommanderXL
Copy link
Member

No description provided.


function formatValue (value) {
function createFormatValue (formatValueFn) {
formatValueFn = formatValueFn || 'global.__formatValue'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

确认一下global是否可以访问,以及当前这个formatValueFn是在哪挂的?

let staticClass = el.attrsMap[className + '-class'] || ''
let staticStyle = getAndRemoveAttr(el, className + '-style').val || ''
staticClass = staticClass.replace(/\s+/g, ' ')
if (unoStaticHoverClass) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里需要判断hover才加

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants