1.0.5 • Published 2 years ago

v3log v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

console.log in vue3 proxy

Print proxy data information more intuitively

在vue3中打印代理对象信息更直观

  • environment: vue3

Started

yarn add v3log -D
# or `npm install v3log --save-dev`

USE

import 'v3log'

result

const object =  reactive({
  name: 'my name',
  age: 28,
  interest: "op"
})
console.log(object)
const edRef =  ref('gzyctfm')
console.log(edRef)

normal object

const normal = {a:1,b:'2'}
console.log(normal);
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago