Add Vetur file configuration

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Bu işleme şunda yer alıyor:
Thomas Citharel 2020-12-09 09:55:54 +01:00
ebeveyn fd9878955a
işleme 16fd2d0a2c
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: A061B9DDE0CA0773
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme

5
vetur.config.js Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
// vetur.config.js
/** @type {import('vls').VeturConfig} */
module.exports = {
projects: ["./js"],
};