up
This commit is contained in:
parent
ef381752cd
commit
03719832a3
3
Makefile
3
Makefile
@ -1,3 +1,4 @@
|
||||
build:
|
||||
npm run build
|
||||
cp -r dist ../evening_detective/static
|
||||
rm -rf ../evening_detective/static/user
|
||||
cp -r dist ../evening_detective/static/user
|
||||
|
@ -8,7 +8,7 @@ import HelloWorld from './components/HelloWorld.vue'
|
||||
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" />
|
||||
|
||||
<div class="wrapper">
|
||||
<HelloWorld msg="You did it!" />
|
||||
<HelloWorld msg="You did it! I'm user App!" />
|
||||
|
||||
<nav>
|
||||
<RouterLink to="/">Home</RouterLink>
|
||||
|
Loading…
x
Reference in New Issue
Block a user