兴蜀大屏轮播组件部分提交
This commit is contained in:
17
src/views/manpowerScreen/index.vue
Normal file
17
src/views/manpowerScreen/index.vue
Normal file
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div style="color: #fff">额哥几个金额几个经二路佳乐家饿了就</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
reactive,
|
||||
onMounted,
|
||||
onUnmounted,
|
||||
getCurrentInstance,
|
||||
onBeforeUnmount
|
||||
} from "vue";
|
||||
onMounted(() => {});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import "@/assets/css/manpowerScreen.scss";
|
||||
</style>
|
||||
Reference in New Issue
Block a user