1.0.8 • Published 3 years ago

@zdby/libs-muniu v1.0.8

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

当本地开发vue2版本相关组件时,请将node版本降低到node14×

使用的vue相关的api时不要直接引用vue如下:

正确的

import { ref, Ref, watch, PropType, nextTick } from "vue-demi";

不正确的

import { ref, Ref, watch, PropType, nextTick } from "vue";
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago