This commit is contained in:
light
2019-05-31 00:28:41 +08:00
parent e9a15272a6
commit 36a9f7986d
4 changed files with 66 additions and 1 deletions
View File
+29
View File
@@ -0,0 +1,29 @@
<!--
Copyright © light <light_jiang2015@outlook.com>
2019-05-12-23:48
-->
<style scoped></style>
<template>
<div></div>
</template>
<script>
export default {
components: {},
data() {
return {}
},
computed: {},
watch: {},
props: {},
methods: {},
beforeCreate() {},
created() {},
mounted() {},
beforeDestroy() {},
destroyed() {},
beforeUpdate() {},
updated() {},
activated() {},
deactivated() {}
}
</script>