在Vue中使用moment.js库
引入moment.js
npm install moment --save
或
yarn add moment
直接在所需要的组件中引入
<script> let moment = require("moment"); moment.locale('zh-cn')//汉化 export default { data(){ return{ } } </script>
转自 https://blog.csdn.net/hailangtuteng/article/details/80309950

浙公网安备 33010602011771号