Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 36ffd8f

Browse files
committed
refactor(demo): refactor layout components
1 parent 47f84fd commit 36ffd8f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

demo/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
import { defineComponent } from 'vue'
3232
import { GDialogRoot } from 'plugin'
3333
34-
import TheHeader from '@/components/Layout/TheHeader.vue'
35-
import TheFooter from '@/components/Layout/TheFooter.vue'
34+
import TheHeader from '@/components/Interface/TheHeader.vue'
35+
import TheFooter from '@/components/Interface/TheFooter.vue'
3636
3737
import DialogLayout from '@/components/Layout/DialogLayout.vue'
3838
import ProgrammaticalDialogLayout from '@/components/Layout/ProgrammaticalDialogLayout.vue'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dev": "node ./scripts/dev.js",
66
"build": "node ./scripts/build.js",
77
"stylelint": "stylelint **/*.vue",
8-
"lint": "stylelint . && eslint .",
8+
"lint": "yarn stylelint && yarn eslint",
99
"eslint": "eslint"
1010
},
1111
"main": "dist/index.js",

0 commit comments

Comments
 (0)