@toolspack/ttd-common 0.3.1 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -12
- package/lib/ttd-common.common.js +3614 -17480
- package/lib/ttd-common.umd.js +3618 -17484
- package/lib/ttd-common.umd.min.js +1 -31
- package/package.json +2 -7
- package/src/App.vue +0 -9
- package/src/main.js +0 -20
- package/src/packages/cfca/CfcaPdf.vue +30 -14
- package/src/packages/index.js +0 -35
- package/src/packages/ukey/WzhSign.vue +65 -34
- package/lib/fonts/iconfont.1a79c8ea.eot +0 -0
- package/lib/fonts/iconfont.3303ffae.ttf +0 -0
- package/lib/img/iconfont.18b11516.svg +0 -65
- package/lib/ttd-common.common.vendors~pdfjsWorker.js +0 -442
- package/lib/ttd-common.umd.min.vendors~pdfjsWorker.js +0 -23
- package/lib/ttd-common.umd.vendors~pdfjsWorker.js +0 -442
- package/src/packages/img-view/hevue-img-preview.vue +0 -626
- package/src/packages/img-view/iconfont/iconfont.css +0 -69
- package/src/packages/img-view/iconfont/iconfont.eot +0 -0
- package/src/packages/img-view/iconfont/iconfont.svg +0 -65
- package/src/packages/img-view/iconfont/iconfont.ttf +0 -0
- package/src/packages/img-view/iconfont/iconfont.woff +0 -0
- package/src/packages/img-view/index.js +0 -51
- package/src/packages/label-list/LabelOperate.vue +0 -179
- package/src/packages/make-label/LabelMake.vue +0 -631
- package/src/packages/make-label/commontag.vue +0 -55
- package/src/packages/make-label/config/label_config.js +0 -90
- package/src/packages/make-label/config/label_size.js +0 -32
- package/src/packages/make-label/directive.js +0 -23
- package/src/packages/make-label/labelProterty.vue +0 -134
- package/src/packages/pdf-view/PdfView.vue +0 -273
- package/src/packages/pdf-view/SwitchPage.vue +0 -78
- package/src/packages/pdf-view/build/pdf.js +0 -26002
- package/src/packages/pdf-view/build/pdf.sandbox.js +0 -414
- package/src/packages/pdf-view/build/pdf.worker.js +0 -92533
- package/src/packages/pdf-view/pdf.worker.js +0 -68364
- package/src/packages/pdf-view/pdf.worker.min.js +0 -22
- package/src/router/route.js +0 -18
package/src/router/route.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import VueRouter from 'vue-router';
|
|
3
|
-
|
|
4
|
-
import MakeLabel from '../views/MakeLabel.vue'
|
|
5
|
-
import About from '../views/About.vue'
|
|
6
|
-
|
|
7
|
-
const routes = [{
|
|
8
|
-
path: '/about',
|
|
9
|
-
component: About,
|
|
10
|
-
}, {
|
|
11
|
-
path: '/test',
|
|
12
|
-
component: MakeLabel,
|
|
13
|
-
}]
|
|
14
|
-
Vue.use(VueRouter)
|
|
15
|
-
export default new VueRouter({
|
|
16
|
-
mode: 'history',
|
|
17
|
-
routes,
|
|
18
|
-
})
|