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 24d1bd3 commit 76ac218Copy full SHA for 76ac218
src/hooks/create-design/index.ts
@@ -1,5 +1,6 @@
1
+// 或者叫 createNamespace
2
export function createDesign(scope: string) {
3
return {
- prefixCls: scope, // 前缀示例:'pg'页面、'cmp'组件、'pub'公共组件
4
+ prefixCls: scope, // 前缀示例:'pg'页面、'comp'组件、'pub'公共组件,如 'pg-home'
5
};
6
}
0 commit comments