ddclass.js 239 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 export default { computed: { ddClassBind: function() { if (this.$options && this.$options.propsData && this.$options.propsData.className) { return this.$options.propsData.className; } return ''; }, } }