UNPKG
unicorn-signup-component
Version:
latest (1.1.0)
1.1.0
1.0.0
Unicorn SignUp Component
unicorn-signup-component
/
example
/
src
/
index.js
10 lines
(8 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Vue
from
'vue'
import
{
SignupComponent
}
from
'unicorn-signup-component'
new
Vue
({
el
:
'#app'
,
components
: {
// Register components locally
'signup'
:
SignupComponent
} })