File "Bar.vue"

Full Path: /home/fundopuh/trader.fxex.org/vendor/kingflamez/laravelrave/docs/.vuepress/components/Foo/Bar.vue
File size: 188 bytes
MIME-type: text/html
Charset: utf-8

<template>
  <p class="demo">
    {{ msg }}
  </p>
</template>

<script>
  export default {
    data () {
      return {
        msg: 'Hello this is <Foo-Bar>'
      }
    }
  }
</script>