提交 b13ef898 编写于 作者: fxy060608's avatar fxy060608

fix(app): nvue styler

上级 c3eadd64
import { capitalize } from '@vue/shared'
import { capitalize, hyphenate } from '@vue/shared'
import { createDecl, TransformDecl } from '../utils'
const borderTop = __NODE_JS__ ? 'border-top-' : 'borderTop'
......@@ -8,7 +8,7 @@ const borderLeft = __NODE_JS__ ? 'border-left-' : 'borderLeft'
export const transformBorderColor: TransformDecl = (decl) => {
const { prop, value, important, raws, source } = decl
let property = prop.split('-')[1]
let property = hyphenate(prop).split('-')[1]
if (!__NODE_JS__) {
property = capitalize(property)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册