vue 模板 template init
Posted pengchenggang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue 模板 template init相关的知识,希望对你有一定的参考价值。
<template> <div> </div> </template> <script> export default { name: ‘模板名称‘, props: {}, components: {}, data () { return { } }, computed: {}, methods: {}, created () { }, activated () { }, mounted () { }, beforeDestroy () { } } </script> <style lang="less"> </style>
以上是关于vue 模板 template init的主要内容,如果未能解决你的问题,请参考以下文章