UNPKG
@sube126/test
Version:
latest (0.1.0)
0.1.0
just test vue component js
@sube126/test
/
src
/
app.js
7 lines
(5 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
App
from
'./App.vue'
App
.
install
=
(
Vue
) =>
{
Vue
.
component
(
App
.
name
,
App
) }
export
default
App