update umd example
This commit is contained in:
parent
9f26ff6280
commit
431dddf0b5
|
@ -3,14 +3,12 @@
|
||||||
<head>
|
<head>
|
||||||
<title>DataV</title>
|
<title>DataV</title>
|
||||||
<script src="https://unpkg.com/vue"></script>
|
<script src="https://unpkg.com/vue"></script>
|
||||||
<!--Resources are located on personal servers for experience and testing only, do not use in production environments-->
|
|
||||||
<!--资源位于个人服务器仅供体验和测试,请勿在生产环境使用-->
|
|
||||||
<!--Debug version-->
|
<!--Debug version-->
|
||||||
<!--调试版-->
|
<!--调试版-->
|
||||||
<script src="http://lib.jiaminghi.com/datav/datav.map.vue.js"></script>
|
<script src="https://unpkg.com/@jiaminghi/data-view/dist/datav.map.vue.js"></script>
|
||||||
<!--Compression version-->
|
<!--Compression version-->
|
||||||
<!--压缩版-->
|
<!--压缩版-->
|
||||||
<!-- <script src="http://lib.jiaminghi.com/datav/datav.min.vue.js"></script> -->
|
<!-- <script src="https://unpkg.com/@jiaminghi/data-view/dist/datav.min.vue.js"></script> -->
|
||||||
<style>
|
<style>
|
||||||
html, body, #app {
|
html, body, #app {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue