1.0.1 • Published 6 years ago

alert-cc v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

alert-cc

A Vue.js plugin

Build Setup

# install dependencies
npm install alert-cc

# set root font-size
<style>
html{
  font-size:30px;
}
</style>

# import 
import Alertcc from 'alert-cc' // main.js
Vue.use(Alertcc)

# use
this.$confrimmessagecc('confirm dialog')     // confirm dialog
this.$tipcc('tip dialog')                    // tip dialog
1.0.1

6 years ago

1.0.0

6 years ago