12 changed files with 9022 additions and 10737 deletions
@ -0,0 +1,16 @@ |
|||||
|
{ |
||||
|
"env": { |
||||
|
"browser": true, |
||||
|
"es2021": true |
||||
|
}, |
||||
|
"extends": "plugin:vue/essential", |
||||
|
"parserOptions": { |
||||
|
"ecmaVersion": 12, |
||||
|
"sourceType": "module" |
||||
|
}, |
||||
|
"plugins": [ |
||||
|
"vue" |
||||
|
], |
||||
|
"rules": { |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,11 @@ |
|||||
|
<template> |
||||
|
<div> |
||||
|
aaa |
||||
|
</div> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
export default { |
||||
|
|
||||
|
}; |
||||
|
</script> |
||||
File diff suppressed because it is too large
@ -0,0 +1,11 @@ |
|||||
|
module.exports = { |
||||
|
purge: [], |
||||
|
darkMode: false, // or 'media' or 'class'
|
||||
|
theme: { |
||||
|
extend: {}, |
||||
|
}, |
||||
|
variants: { |
||||
|
extend: {}, |
||||
|
}, |
||||
|
plugins: [], |
||||
|
} |
||||
Loading…
Reference in new issue