mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-01 08:04:35 -05:00
Upload component (#108)
* unified upload button + download backups * javascript toolings * fix vuetur config * fixed type check error * refactor: clean up bag javascript Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
16
vetur.config.js
Normal file
16
vetur.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
// vetur.config.js
|
||||
/** @type {import('vls').VeturConfig} */
|
||||
module.exports = {
|
||||
settings: {
|
||||
"vetur.useWorkspaceDependencies": true,
|
||||
"vetur.experimental.templateInterpolationService": true,
|
||||
"vetur.validation.interpolation": false,
|
||||
},
|
||||
projects: [
|
||||
{
|
||||
root: "./frontend",
|
||||
package: "package.json",
|
||||
globalComponents: ["./src/components/**/*.vue"],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user