Vue-Dummy - Placeholder Images and Lorem Ipsum Dummy Text for Vue.js projects

Usage & Docs: https://github.com/paulcollett/vue-dummy
Prefixed:
As an arg:
As an modifier:
    The above was generated with the following code:
    
    
    <script src="https://unpkg.com/vue"></script>
    <script src="https://unpkg.com/vue-dummy"></script>
    <script>
      new Vue({el: '#app'});
    </script>