feat():添加规则菜单

pull/4/head
yuan 2024-08-25 14:13:07 +08:00
parent e9c679800f
commit fb6dd79f27
2 changed files with 48 additions and 0 deletions

View File

View File

@ -0,0 +1,48 @@
<template>
<div>
<h1>1111</h1>
</div>
</template>
<script>
//jsjsjson,
//import from ',
export default {
//import使"
components: {},
props: {},
data() {
//"
return {};
},
// data",
computed: {},
//data",
watch: {},
//",
methods: {},
// - 访this",
created() {
},
// - 访DOM",
mounted() {
},
beforeCreate() {
}, // - ",
beforeMount() {
}, // - ",
beforeUpdate() {
}, // - ",
updated() {
}, // - ",
beforeDestroy() {
}, // - ",
destroyed() {
}, // - ",
activated() {
} //keep-alive",
};
</script>
<style scoped>
</style>