UNPKG
@dolphinweex/weex-bindingx
Version:
latest (0.0.49)
0.0.49
bindingx,expression,binding,weex
github.com/alibaba/bindingx
alibaba/bindingx
@dolphinweex/weex-bindingx
/
demo
/
vue
/
pan.js
8 lines
(4 loc)
•
87 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
;
import
App
from
'./pan.vue'
;
App
.
el
=
'#root'
;
new
Vue
(
App
);