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