@vft/directives 0.0.14 → 0.0.15

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,3 +1,9 @@
1
1
  import type { Directive } from 'vue';
2
+ /**
3
+ * @description 禁止 ios 橡皮筋效果
4
+ * @author wfd
5
+ * @date 2022/8/24 15:40
6
+ * @example v-scroll-fix
7
+ */
2
8
  declare const ScrollFix: Directive;
3
9
  export default ScrollFix;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vft/directives",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "main": "./dist/cjs/index.cjs",
5
5
  "module": "./dist/es/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -14,8 +14,8 @@
14
14
  "dist"
15
15
  ],
16
16
  "devDependencies": {
17
- "@vft/use": "0.0.20",
18
- "@vft/utils": "0.0.30"
17
+ "@vft/use": "0.0.21",
18
+ "@vft/utils": "0.0.31"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "vue": ">=3.2.0"