1.3.4 • Published 2 years ago

@booji/vue v1.3.4

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 years ago

@booji/vue

Vue端SDK,本包在 @booji/browser 的基础上添加了Vue的集成,用于拦截Vue2.x 和 Vue3.x 的错误

使用示例

Vue2.x

import Vue from "vue"
import { init } from "@booji/vue"

init({
  Vue,
  dsn: "xxx",
  appKey: "xxx"
})

new Vue({
  // ...
})

Vue3.x

import { init } from "@booji/vue"

const app = createApp({ //... })

init({
  app,
  dsn: "xxx",
  appKey: "xxx"
})
1.2.0

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.0.1-alpha.1

2 years ago

1.0.1-alpha.3

2 years ago

1.1.0-alpha.1

2 years ago

0.3.9

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.2

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.3

2 years ago