diff options
Diffstat (limited to 'vue.config.js')
| -rw-r--r-- | vue.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..ef6e86b --- /dev/null +++ b/vue.config.js @@ -0,0 +1,5 @@ +module.exports = { + "transpileDependencies": [ + "vuetify" + ] +}
\ No newline at end of file |
