Skip to content
  • This project
    • Loading...
  • Sign in

dev / pingan-life-index-pro

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
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • pingan-life-index-pro
  • src
  • components
  • modal-comp
  • modal-comp.vue
  • simon's avatar
    默认提交 · 478ae091
    478ae091
    simon committed 2019-11-12 15:20:32 +0800
modal-comp.vue 171 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11

<template>
	<div class="comp">
		modal-comp
	</div>
</template>

<script src="./modal-comp.js"></script>
<style lang="scss" scoped>
@import "./modal-comp.scss";
</style>