You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
262 B

  1. import Vue from 'vue'
  2. // Prefered: as a plugin (directive + filter) + custom placeholders support
  3. import VueMask from 'v-mask'
  4. Vue.use(VueMask);
  5. // const LeafletPlugin = {
  6. // install (Vue) {
  7. // Vue.prototype.$L = L
  8. // }
  9. // }
  10. // Vue.use(LeafletPlugin)