We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013b556 commit eecc7deCopy full SHA for eecc7de
packages/uni-app-uts/src/plugins/dom2/css.ts
@@ -103,7 +103,7 @@ export function uniAppCssPrePlugin(): Plugin {
103
fs.outputFileSync(
104
path.resolve(process.env.UNI_APP_HARMONY_DOM2_CPP_DIR!, filename),
105
`#include "${className}.h"
106
-vue::shared::UniStyleSheetMap ${className}::_styleSheet = ${cssCode};`
+vue::css::UniStyleSheetMap ${className}::_styleSheet = ${cssCode};`
107
)
108
},
109
})
0 commit comments