@taole/dev-helper 0.0.5 → 0.0.6

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/Tdiv/index.svelte CHANGED
@@ -12,7 +12,7 @@
12
12
  * @type {boolean}
13
13
  * 默认false, 传入true表示直接使用px单位,一般使用场景比如pc
14
14
  */
15
- export let usePx = false;
15
+ export let usePx = null;
16
16
 
17
17
  /**
18
18
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taole/dev-helper",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"