Blame view

src/pages/demo/demo.vue 418 Bytes
simon committed
1 2 3 4 5 6 7 8

<template>
  <div class="page">
    <div class="app__bgc bgc"></div>
    <div class="app__bg bg"></div>
    <div class="app__content main">
      <div class="top-space"></div>
      <div class="content">
simon committed
9 10
        <!-- <span class="iconfont iconclose">demo</span> -->
        demo
simon committed
11 12 13 14 15
      </div>
    </div>
  </div>
</template>

simon committed
16
<script src="./demo.js"></script>
simon committed
17
<style lang="scss" scoped>
simon committed
18
@import './demo.scss';
simon committed
19
</style>