add
continuous-integration/drone/push Build is passing Details

This commit is contained in:
余同学 2024-10-08 18:06:38 +08:00
parent 3fc5c0b27d
commit 0f3c1774ec
1 changed files with 17 additions and 19 deletions

View File

@ -7,13 +7,11 @@
* @FilePath: \background-front-end\src\views\common\home.vue * @FilePath: \background-front-end\src\views\common\home.vue
--> -->
<template> <template>
<div class="mod-home"> <div class="mod-home"></div>
</div>
</template> </template>
<script> <script>
export default { export default {};
}
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>