@netang/quasar 0.0.51 → 0.0.52

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.
@@ -1,23 +1,23 @@
1
- <template>
2
- <slot :data="data" />
3
- </template>
4
-
5
- <script>
6
- export default {
7
- /**
8
- * 标识
9
- */
10
- name: 'NData',
11
-
12
- /**
13
- * 传参
14
- */
15
- props: {
16
- // 数据
17
- data: {},
18
- },
19
- }
20
- </script>
21
-
22
- <style>
23
- </style>
1
+ <template>
2
+ <slot :data="data" />
3
+ </template>
4
+
5
+ <script>
6
+ export default {
7
+ /**
8
+ * 标识
9
+ */
10
+ name: 'NData',
11
+
12
+ /**
13
+ * 传参
14
+ */
15
+ props: {
16
+ // 数据
17
+ data: {},
18
+ },
19
+ }
20
+ </script>
21
+
22
+ <style>
23
+ </style>
@@ -125,8 +125,8 @@ export default {
125
125
  currentModelValue = ref(props.modelValue)
126
126
  }
127
127
 
128
- // 创建防抖睡眠方法
129
- const sleep = $n.debounceSleep()
128
+ // 创建睡眠实例
129
+ const sleep = $n.sleep()
130
130
 
131
131
  // 缓存名
132
132
  let cacheName = ''
@@ -87,8 +87,8 @@ export default {
87
87
  // 停止值观察
88
88
  let stopValueWatcher = false
89
89
 
90
- // 创建防抖睡眠方法
91
- const sleep = $n.debounceSleep()
90
+ // 创建睡眠实例
91
+ const sleep = $n.sleep()
92
92
 
93
93
  // ==========【监听数据】=========================================================================================
94
94
 
@@ -371,8 +371,8 @@ export default {
371
371
  refreshResetSelected: false,
372
372
  })
373
373
 
374
- // 创建防抖睡眠方法
375
- const sleep = $n.debounceSleep()
374
+ // 创建睡眠实例
375
+ const sleep = $n.sleep()
376
376
 
377
377
  // 输入框节点
378
378
  const inputRef = ref(null)
@@ -154,8 +154,8 @@ export default {
154
154
  }
155
155
  }
156
156
 
157
- // 创建防抖睡眠方法
158
- const sleep = $n.debounceSleep()
157
+ // 创建睡眠实例
158
+ const sleep = $n.sleep()
159
159
 
160
160
  // 当前值
161
161
  const currentValue = ref(rawValue)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"