|
@@ -55,6 +55,8 @@ import PopoverTreeSelect from "@/components/popover-tree-select";
|
|
import ComputedInput from "@/components/computed-input";
|
|
import ComputedInput from "@/components/computed-input";
|
|
|
|
|
|
import FilePreview from "@/components/file-preview";
|
|
import FilePreview from "@/components/file-preview";
|
|
|
|
+
|
|
|
|
+import Print from 'vue-print-nb'
|
|
|
|
|
|
|
|
|
|
Vue.prototype.getDicts = getDicts;
|
|
Vue.prototype.getDicts = getDicts;
|
|
@@ -83,6 +85,7 @@ Vue.component("DrFilePreview", FilePreview);
|
|
Vue.use(directive);
|
|
Vue.use(directive);
|
|
Vue.use(plugins);
|
|
Vue.use(plugins);
|
|
Vue.use(VueMeta);
|
|
Vue.use(VueMeta);
|
|
|
|
+Vue.use(Print);
|
|
DictData.install();
|
|
DictData.install();
|
|
|
|
|
|
|
|
|