• This project
    • Loading...
  • Sign in

qingger / allProject

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • allProject
  • ..
  • pages
  • testv.vue
  • shipengfei's avatar
    Code Update · 92a52df2
    92a52df2 Browse Files
    shipengfei authored 2017-03-04 11:09:35 +0800
testv.vue 468 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
<template>
    <div class="main">
        <span>TEST IT</span>
    </div>
</template>


<style>
    .main .mint-swipe-indicators {
        left: auto !important;
        bottom: 5px !important;
        right: -16px;
    }

    image[lazy=loading] {
        width: 40px !important;
        height: 50vw;
        margin: auto;
    }


</style>
<script type="text/ecmascript-6">

    export default {
        data() {
            return {};
        },
    };
</script>