1.0.1 • Published 7 years ago

@edu-fe/share-cover v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
7 years ago

@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()
1.0.1

7 years ago

1.0.0

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago