Skip to content

Commit eecc7de

Browse files
committed
wip(dom2): vue::shared => vue::css
1 parent 013b556 commit eecc7de

File tree

1 file changed

+1
-1
lines changed
  • packages/uni-app-uts/src/plugins/dom2

1 file changed

+1
-1
lines changed

packages/uni-app-uts/src/plugins/dom2/css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function uniAppCssPrePlugin(): Plugin {
103103
fs.outputFileSync(
104104
path.resolve(process.env.UNI_APP_HARMONY_DOM2_CPP_DIR!, filename),
105105
`#include "${className}.h"
106-
vue::shared::UniStyleSheetMap ${className}::_styleSheet = ${cssCode};`
106+
vue::css::UniStyleSheetMap ${className}::_styleSheet = ${cssCode};`
107107
)
108108
},
109109
})

0 commit comments

Comments
 (0)