Skip to content

Commit 41b9774

Browse files
author
Dipak Sarkar
committed
updated dev config
1 parent 04d9536 commit 41b9774

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ module.exports = {
2222
['meta', { name: 'google-site-verification', content: 'Tf6UVeu-ZmZtGqB5tdcYymZ79101gyGKcpzqwWhDb1U' }]
2323
],
2424

25+
// Specify the port to use for the dev server.
26+
port: 8081,
27+
2528
/**
2629
* Theme configuration, here is the default theme configuration for VuePress.
2730
*

docs/.vuepress/enhanceApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* https://v1.vuepress.vuejs.org/guide/basic-config.html#app-level-enhancements
55
*/
66

7-
import number from '../../'
7+
import number from '../../src'
88
import Quasar from 'quasar'
99
import 'quasar/dist/quasar.min.css'
1010

jsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"include": [
3+
"./src/**/*"
4+
]
5+
}

src/assign.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)