@edu-fe/share-cover

1.0.1 • Public • Published

@edu/ShareCover

Common share component for edu-fe team

Installing

Using npm

$ npm i @edu-fe/share-cover

Using yarn

$ yarn add @edu-fe/share-cover

Example

import ShareCover from '@edu-fe/share-cover'
Vue.use(ShareCover)

// global invoking
Vue.share()

// In a vue instance
new Vue({
	el: '#app',
	created() {
		this.$share()
	}
})

关闭方法

const share = Vue.share(options)
share.close()

Readme

Keywords

none

Package Sidebar

Install

npm i @edu-fe/share-cover

Weekly Downloads

1

Version

1.0.1

License

none

Unpacked Size

34.3 kB

Total Files

10

Last publish

Collaborators

  • julywind
  • hungryyang
  • ccforeverd
  • shockw4ver