标签:turn span com activate export for creat method 名称
<template> <div> </div> </template> <script> export default { name: ‘模板名称‘, props: {}, components: {}, data () { return { } }, computed: {}, methods: {}, created () { }, activated () { }, mounted () { }, beforeDestroy () { } } </script> <style lang="less"> </style>
标签:turn span com activate export for creat method 名称
原文地址:https://www.cnblogs.com/pengchenggang/p/12042673.html