美文网首页工作生活
在Mako中使用Vue.js需要引入的SDN

在Mako中使用Vue.js需要引入的SDN

作者: kentlin | 来源:发表于2019-07-04 10:04 被阅读0次

    在base.html中需要引入的SDN

            <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
            <script src="//vuejs.org/js/vue.min.js"></script>
            <script src="https://unpkg.com/element-ui/lib/index.js"></script>
            <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
            <script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.2.1-rc1/echarts.js"></script>
            <link rel="stylesheet" href="//unpkg.com/iview/dist/styles/iview.css">
            <script src="//unpkg.com/iview/dist/iview.min.js"></script>
            <script src="${STATIC_URL}echartsFun/index.js"></script>

    相关文章

      网友评论

        本文标题:在Mako中使用Vue.js需要引入的SDN

        本文链接:https://www.haomeiwen.com/subject/qgxlhctx.html