Browse Source

Merge c8b6a96f81 into 068810ffb8

pull/121/merge
totalamd 8 years ago
committed by GitHub
parent
commit
261bcae2fe
  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