English name

This commit is contained in:
2024-10-29 09:57:14 +08:00
parent a67e52d60d
commit 62a4f2769a
6 changed files with 57 additions and 15 deletions

View File

@@ -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'