In fact, I solved the problem by changing the language from Arabic to English in the main.js
from
import locale from "element-ui/lib/locale/lang/ar";
to
import locale from "element-ui/lib/locale/lang/en";