Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NuxtCarcass
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexander Repin
NuxtCarcass
Commits
89e0f5af
Commit
89e0f5af
authored
Apr 01, 2023
by
repin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move folder
parent
b73f32dd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
5 deletions
+3
-5
components/layouts/footer/FooterBlock.vue
components/layouts/footer/FooterBlock.vue
+0
-0
components/layouts/footer/FooterDescription.vue
components/layouts/footer/FooterDescription.vue
+0
-0
components/layouts/header/HeaderBlock.vue
components/layouts/header/HeaderBlock.vue
+0
-0
components/pages/about/ArticleBlock.vue
components/pages/about/ArticleBlock.vue
+0
-2
layouts/Default.vue
layouts/Default.vue
+2
-2
layouts/Documents.vue
layouts/Documents.vue
+1
-1
No files found.
components/layout/footer/FooterBlock.vue
→
components/layout
s
/footer/FooterBlock.vue
View file @
89e0f5af
File moved
components/layout/footer/FooterDescription.vue
→
components/layout
s
/footer/FooterDescription.vue
View file @
89e0f5af
File moved
components/layout/header/HeaderBlock.vue
→
components/layout
s
/header/HeaderBlock.vue
View file @
89e0f5af
File moved
components/pages/about/ArticleBlock.vue
View file @
89e0f5af
...
@@ -3,5 +3,3 @@
...
@@ -3,5 +3,3 @@
<div
class=
"example-user-icon"
></div>
Page content
<div
class=
"example-user-icon"
></div>
Page content
</article>
</article>
</
template
>
</
template
>
<
script
setup
>
</
script
>
layouts/Default.vue
View file @
89e0f5af
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
HeaderBlock
from
'
../components/layout/header/HeaderBlock.vue
'
;
import
HeaderBlock
from
'
../components/layout
s
/header/HeaderBlock.vue
'
;
import
FooterBlock
from
"
../components/layout/footer/FooterBlock.vue
"
;
import
FooterBlock
from
"
../components/layout
s
/footer/FooterBlock.vue
"
;
export
default
{
export
default
{
name
:
'
Default
'
,
name
:
'
Default
'
,
...
...
layouts/Documents.vue
View file @
89e0f5af
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
HeaderBlock
from
'
../components/layout/header/HeaderBlock.vue
'
;
import
HeaderBlock
from
'
../components/layout
s
/header/HeaderBlock.vue
'
;
export
default
{
export
default
{
name
:
'
Documents
'
,
name
:
'
Documents
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment