We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142a4a5 commit 9179c2bCopy full SHA for 9179c2b
.babelrc
@@ -9,10 +9,8 @@
9
{
10
"root": ["./"],
11
"alias": {
12
- "@assets": "./src/assets",
13
"@components": "./src/components",
14
- "@docs": "./src/docs",
15
- "@plugins": "./src/plugins"
+ "@documentation": "./src/components/documentation"
16
}
17
18
]
.eslintrc.js
@@ -8,10 +8,6 @@ module.exports = {
8
'eslint:recommended',
'plugin:vue/essential',
],
- globals: {
- socket: true,
- PDFObject: true,
- },
overrides: [
files: [
0 commit comments