Преглед на файлове

background color about vue component

night-cherry преди 3 седмици
родител
ревизия
c1d9afa1e4
променени са 1 файла, в които са добавени 0 реда и са изтрити 29 реда
  1. 0 29
      common/Headapes.vue

+ 0 - 29
common/Headapes.vue

@@ -1,29 +0,0 @@
-<template>
-<div class="headerapes">
-  <h4 style="color:orange;">header component</h4>
-</div>
-</template>
-<script type="module">
-export default {
-  methods:{
-    add_number(){
-
-    }
-  },
-  setup(){
-    console.log("about vue component setup");
-  },
-  mounted(el){
-    console.log("about vue under mounted ---");
-  }
-}
-</script>
-<style scoped>
-.headerapes{
-  color:orange;
-  font-weight: bolder;
-}
-</style>
-
-
-