0.2.1 • Published 4 years ago

vue-heart-loading v0.2.1

Weekly downloads
9
License
-
Repository
-
Last release
4 years ago

vue-heart-loading

install

npm install -S vue-heart-loading

global register

// main.js
import heartLoading from 'vue-heart-loading';
import 'vue-heart-loading/lib/vue-heart-loading.css';// 引入样式
Vue.use(heartLoading);

how to use

// loading open
this.$heartLoading.open();
setTimeout(() => {
	// loading close
	this.$heartLoading.close();
}, 2000);
0.2.1

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago