0.3.5 • Published 3 years ago

ins-component v0.3.5

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

ins-component

npm install ins-component

使用

import {
  dialogComponent,
  loadingComponent
} from 'ins-component'

Vue.use(dialogComponent)
Vue.use(loadingComponent)


this.$insLoading.show()

this.$insLoading.hide()

this.$insDialogs.show({
  title: '', // 标题
  content: '', // 内容
  callback // 回调函数,show or close
})
0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago