This commit is contained in:
Владимир Фёдоров 2025-05-15 02:14:36 +07:00
parent ef381752cd
commit 03719832a3
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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>