UNPKG
vue-image-annotation
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
add annotation to the picture
github.com/wawjqyh/vue-image-annotation
wawjqyh/vue-image-annotation
vue-image-annotation
/
src
/
main.js
9 lines
(6 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
from
'vue'
;
import
App
from
'./App.vue'
;
Vue
.
config
.
productionTip
=
false
;
new
Vue
({
render
:
h
=>
h
(
App
) }).$mount(
'#app'
);