salix/print/lib/mixins/text.js

8 lines
108 B
JavaScript
Executable File

module.exports = {
methods: {
uFirst: (text) => {
return text;
},
},
};