Browse Source

Merge pull request #65 from alextrastero/patch-1

Remove extra character
pull/30/merge
kazuya kawaguchi 9 years ago
committed by GitHub
parent
commit
dac94b0a56
  1. 2
      template/src/App.vue

2
template/src/App.vue

@ -1,7 +1,7 @@
<template>
<div id="app">
<img src="./assets/logo.png">
<h1>\{{ msg }}</h1>
<h1>{{ msg }}</h1>
<h2>Essential Links</h2>
<ul>
<li><a href="https://vuejs.org" target="_blank">Core Docs</a></li>

Loading…
Cancel
Save