English name
This commit is contained in:
@@ -12,7 +12,9 @@ import './components/common/directives';
|
||||
import 'babel-polyfill';
|
||||
import api from './api/index.js';
|
||||
import Common from './components/common/common'
|
||||
|
||||
Vue.prototype.$validateString = function (str) {
|
||||
return /^[a-zA-Z\s-]+$/.test(str);
|
||||
}
|
||||
|
||||
// 引入富文本编辑器
|
||||
import VueQuillEditor from 'vue-quill-editor'
|
||||
|
||||
Reference in New Issue
Block a user