Skip to content

Commit

Permalink
dist included
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita0x committed Jul 8, 2023
1 parent 446815c commit d36c892
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 2 deletions.
1 change: 0 additions & 1 deletion my-project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down
9 changes: 9 additions & 0 deletions my-project/dist/assets/AttractiveFurniture-78d4324b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions my-project/dist/assets/BestFurnitureAgency-7eb85fb7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions my-project/dist/assets/HomeIntro-1e2c6d9d.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions my-project/dist/assets/arga-023aa5da.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions my-project/dist/assets/arrow-right-71c599bb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions my-project/dist/assets/index-6b2ed4a9.css

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions my-project/dist/assets/index-d7f3d467.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions my-project/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script type="module" crossorigin src="/assets/index-d7f3d467.js"></script>
<link rel="stylesheet" href="/assets/index-6b2ed4a9.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
1 change: 1 addition & 0 deletions my-project/dist/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion my-project/src/components/pages/home/TheHomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ import ChooseYourProductThemes from './ChooseYourProductThemes.vue';
<AttractiveFurniture />
<TitleWithLine class="px-[20px]" :title="`product`" :width="`w-[45vw] max-w-400px`" :top="`top-[11px]`" :left="`left-[88px]`" />
<ChooseYourProductThemes class="mb-[160px] border border-red-300" />
<TitleWithLine class="px-[20px]" :title="`material`" :width="`w-[45vw] max-w-400px`" :top="`top-[11px]`" :left="`left-[95px]`"/>
<TitleWithLine class="px-[20px ]" :title="`material`" :width="`w-[45vw] max-w-400px`" :top="`top-[11px]`" :left="`left-[95px]`"/>
<ChoiceOfMaterials class="pb-[20px]" />
</template>

0 comments on commit d36c892

Please sign in to comment.