Skip to content

Commit

Permalink
Implemented around pages
Browse files Browse the repository at this point in the history
refs: ["VUE3-BP-T-5"]
  • Loading branch information
mazaaxi committed Oct 26, 2022
1 parent b929eda commit c55aac2
Show file tree
Hide file tree
Showing 41 changed files with 2,912 additions and 572 deletions.
2 changes: 2 additions & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ interface ImportMeta {
}

import type { Constants, Screen } from '@/base'
import { AppRoutes } from '@/router'

declare module '@vue/runtime-core' {
export interface ComponentCustomProperties {
$constants: Constants
$routes: AppRoutes
$screen: Screen
}
}
92 changes: 0 additions & 92 deletions src/App.vue

This file was deleted.

74 changes: 0 additions & 74 deletions src/assets/base.css

This file was deleted.

35 changes: 0 additions & 35 deletions src/assets/main.css

This file was deleted.

40 changes: 0 additions & 40 deletions src/components/HelloWorld.vue

This file was deleted.

86 changes: 0 additions & 86 deletions src/components/TheWelcome.vue

This file was deleted.

Loading

0 comments on commit c55aac2

Please sign in to comment.