Sign in

cnlive_project / cnlive-community-web-vue · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • cnlive-community-web-vue
  • src
  • views
  • community
  • index.vue
  • add new page
    09881819
    张红振 authored
    2022-01-10 09:43:41 +0800  
    Browse Code »
index.vue 268 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<script setup lang="ts">
</script>
<template>
<div class="app-container">
<p>啦啦啦</p>
<!-- <el-form>
<el-button type="primary">查询</el-button>

</el-form> -->

</div>
</template>

<style>

.app-container {
  padding: 30px;
  border: 1px solid #000
}


</style>