@zdby/libs-vue2
TypeScript icon, indicating that this package has built-in type declarations

1.6.7 • Public • Published

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

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

正确的

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

不正确的

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

Readme

Keywords

none

Package Sidebar

Install

npm i @zdby/libs-vue2

Weekly Downloads

3

Version

1.6.7

License

none

Unpacked Size

3.85 MB

Total Files

45

Last publish

Collaborators

  • leiwenbin
  • shelleyzz
  • zangtl
  • atfusion