规则改为块类型 加入数组本身选项
This commit is contained in:
@@ -17,7 +17,7 @@ import store from './store'
|
||||
|
||||
import './styles/index.scss'; // global css
|
||||
import myMixin from '@/utils/mixin.js';
|
||||
|
||||
import myCascader from './components/common/Cascader'
|
||||
// import 'codemirror/lib/codemirror.css'
|
||||
// import VueCodemirror from 'vue-codemirror'
|
||||
|
||||
@@ -36,6 +36,9 @@ const i18n = new VueI18n({
|
||||
});
|
||||
|
||||
|
||||
Vue.component("myCascader",myCascader)
|
||||
|
||||
|
||||
Date.prototype.format = function(fmt) {
|
||||
var o = {
|
||||
"M+": this.getMonth() + 1, //月份
|
||||
|
||||
Reference in New Issue
Block a user