Merge branch 'tomatrow-master'

This commit is contained in:
pubkey 2018-09-27 20:03:16 +02:00
commit 19c6d600b5

View File

@ -67,7 +67,8 @@
import Vue from 'vue';
import { getVueOptions } from './options';
export default Vue.component('purple', getVueOptions(name));
const name = 'purple';
export default Vue.component(name, getVueOptions(name));
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->