Merge branch 'develop' of https://github.com/Frappet/bma-ehr-admin into develop
This commit is contained in:
commit
ff93b49bc0
7 changed files with 289 additions and 7 deletions
|
|
@ -14,6 +14,11 @@ import th from "quasar/lang/th";
|
|||
import "@vuepic/vue-datepicker/dist/main.css";
|
||||
import http from "./plugins/http";
|
||||
import { createPinia } from "pinia";
|
||||
|
||||
import CodeDiff from "v-code-diff";
|
||||
import json from "highlight.js/lib/languages/json";
|
||||
|
||||
CodeDiff.hljs.registerLanguage("json", json);
|
||||
// organization
|
||||
// position
|
||||
// positionEmployee
|
||||
|
|
@ -31,6 +36,7 @@ const pinia = createPinia();
|
|||
// เพิ่ม Global Filters ลงใน App
|
||||
app.config.globalProperties.$filters = filters;
|
||||
|
||||
app.use(CodeDiff);
|
||||
app.use(router);
|
||||
app.use(pinia);
|
||||
app.use(qDraggableTable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue