@litianxiang/portal-ui 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
package/src/index.ts CHANGED
@@ -8,3 +8,6 @@ export { default as BaseTextarea } from './components/control/base/base-textarea
8
8
  export { default as BaseDate } from './components/control/base/base-date.vue'
9
9
  export { default as BaseTime } from './components/control/base/base-time.vue'
10
10
 
11
+ // 公共样式(消费方在 main.ts 中引入)
12
+ // import '@litianxiang/portal-ui/src/styles/element-ui.scss'
13
+