loulijun2021
2022-08-25 955081f4111c7d276bb63d3ee8dacb3e07bc53be
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,