File: resource/components/app.vue

Recommend this page to a friend!
  Classes of afshin akhgar   Vue js Starter Kit   resource/components/app.vue   Download  
File: resource/components/app.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Vue js Starter Kit
Compile Vue template files using Gulp
Author: By
Last change: Update of resource/components/app.vue
Date: 2 years ago
Size: 201 bytes
 

Contents

Class file image Download
<style> .red { color: #f00; } </style> <template> <h1 class="red">{{msg}}</h1> </template> <script> export default { data () { return { msg: 'Hello world!' } } } </script>