view client/babel.config.js @ 2989:87d34efafb3a

client: added uuid mixin to display multiple instances of the same component in splitview
author Markus Kottlaender <markus@intevation.de>
date Wed, 10 Apr 2019 11:03:15 +0200
parents 88d0d60924cf
children
line wrap: on
line source

module.exports = {
  presets: ["@vue/app"]
};