0.3.5 • Published 4 years ago

ins-component v0.3.5

Weekly downloads
36
License
-
Repository
github
Last release
4 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

4 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.0

5 years ago

0.3.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago