0
点赞
收藏
分享

微信扫一扫

vue2init vue2z

酷子腿长一米八 2022-11-05 阅读 164

<template>
<div>

</div>
</template>

<script>
export default {
name: 'box',
props: {},
components: {},
data () {
return {
}
},
watch: {},
computed: {},
methods: {},
created () { },
activated () { },
mounted () { },
beforeDestroy () { }
}
</script>

<style>
</style>

---------------------------------------------
生活的意义并不是与他人争高下,而在于享受努力实现目标的过程,结果是对自己行动的嘉奖。
↑面的话,越看越不痛快,应该这么说:

生活的意义就是你自己知道你要做什么,明确目标。没有目标,后面都是瞎扯!

新博客 ​​​https://www.VuejsDev.com​​ 用于梳理知识点



举报

相关推荐

【Vue】Vue2(10)

Vue2+Vue3

vue学习2

vue学习(2)

初始vue(2)

【Vue 2】Props

初学Vue(2)

0 条评论