|
|
|
@ -8,6 +8,7 @@
|
|
|
|
|
<title>Vuejs Basics</title>
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Martel+Sans" rel="stylesheet">
|
|
|
|
|
<link rel="stylesheet" href="css/app.css">
|
|
|
|
|
<link rel="stylesheet" href="css/vendor/font-awesome-4.7.0/css/font-awesome.min.css">
|
|
|
|
|
<script type="text/javascript" src="https://unpkg.com/vue"></script>
|
|
|
|
|
<script type="text/javascript" src="https://unpkg.com/vue-resource@1.3.4"></script>
|
|
|
|
|
</head>
|
|
|
|
@ -17,7 +18,7 @@
|
|
|
|
|
<main>
|
|
|
|
|
<h1>Vue JS Experiments</h1>
|
|
|
|
|
<div id="app">
|
|
|
|
|
${message}
|
|
|
|
|
<i class="fa fa-user-circle-o fa-2x" aria-hidden="true"></i> ${message}
|
|
|
|
|
</div>
|
|
|
|
|
<div id="app2">
|
|
|
|
|
<span v-bind:title="message">
|
|
|
|
|