2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

eslint fixes

This commit is contained in:
Jeff Sagal
2021-08-01 12:32:22 -07:00
parent 8588cac3d7
commit 3bbc309422
87 changed files with 3236 additions and 2864 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
import Vue from "vue";
import Dev from "./Dev.vue";
import Vue from 'vue'
import Dev from './Dev.vue'
Vue.config.productionTip = false;
Vue.config.productionTip = false
new Vue({
render: h => h(Dev)
}).$mount("#app");
render: (h) => h(Dev),
}).$mount('#app')