src/main.js
@@ -48,6 +48,18 @@ import '../public/static/theme/index.css' /* icofont */ // 打印 // import Print from 'vue-print-nb' import Print from './components/Print/vue-print-nb' Vue.use(Print) // 水印 import watermark from './utils/watermark.js' Vue.prototype.$watermark = watermark import clearTabIndex from './utils/clearTabIndex.js' // 删除el-tooltip tabindex clearTabIndex.install(Vue) new Vue({ el: '#app', router,