Newer
Older
smartwell_app_front / src / components / plus / test / Test.vue
StephanieGitHub on 6 Aug 2019 191 bytes first commit
<template>
  <div class="test">
    test
  </div>
</template>

<script type="text/ecmascript-6">
  export default {}
</script>

<style scoped lang="stylus" rel="stylesheet/stylus">

</style>