1.0.0 • Published 3 years ago

naive-ui-locale-ru v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

naive-ui-locale-ru

Russian locale for https://github.com/TuSimple/naive-ui

Installation

npm install --save naive-ui-locale-ru

Usage

<template>
    <n-config-provider :locale="ruRU" :date-locale="dateRuRU">
        <app />
    </n-config-provider>
</template>

<script>
import { NConfigProvider } from 'naive-ui'
import { ruRU, dateRuRU } from 'naive-ui-locale-ru'

export default {
    components: {
        NConfigProvider,
    },
    data() {
        return {
            ruRU,
            dateRuRU,  
        };
    },    
};
</script>

License

MIT

1.0.0

3 years ago

0.0.0

3 years ago