Browse Source

Revert "Remove extra character"

This reverts commit f7e0de8866.
pull/116/head
Mertcan Mermerkaya 8 years ago
parent
commit
c6778a4783
  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