美文网首页我爱编程
vue中 按钮弹框跟JQ的区别

vue中 按钮弹框跟JQ的区别

作者: 离别时的伤 | 来源:发表于2018-04-15 17:39 被阅读0次

    在Vue里面 镶嵌 JQ 插件

    1. 在相应的页面

    <template>

    // 写入内容  @click=""  点击效果

    <button @click =" down">提交</button>

    </template> 

    2. 写入各种功能

    <script>

    // 先导入 JQ 插件

    import $ from 'jquery'

    export default{ 

         //methods  方法的调用

         methods {

          }

    }

    </script>

    相关文章

      网友评论

        本文标题:vue中 按钮弹框跟JQ的区别

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