美文网首页
vue中的钩子函数

vue中的钩子函数

作者: easonR | 来源:发表于2018-11-16 10:16 被阅读0次

    vue中的钩子函数:

    beforeCreate(创建前)
    created(创建后)
    beforeMount(载入前)
    mounted(载入后)
    beforeUpdate(更新前)
    updated(更新后)
    beforeDestroy(销毁前)
    destroyed(销毁后)

    相关文章

      网友评论

          本文标题:vue中的钩子函数

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