/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/statistic/index.js
8 строк
174 B
yang
chore: add new component statistics (#22159)
14 ноя 2022, 10:32
Не верифицирован
14 ноя 2022, 10:32
bd56221
Код
Авторство
О чём код?
import Statistic from './src/main'; /* istanbul ignore next */ Statistic.install = function(Vue) { Vue.component(Statistic.name, Statistic); }; export default Statistic;