1.3.4 • Published 3 years ago

@booji/vue v1.3.4

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 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

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.1-alpha.1

3 years ago

1.0.1-alpha.3

3 years ago

1.1.0-alpha.1

3 years ago

0.3.9

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.2

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.3

3 years ago