Skip to content

Commit e1f0ba4

Browse files
authored
Merge pull request #13 from w3geo/no-vuetify-styles
Do not import vuetify styles
2 parents f8d2548 + 9e1f726 commit e1f0ba4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/PlaceSearch.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
</template>
6666

6767
<script setup>
68-
// eslint-disable-next-line
69-
import 'vuetify/styles';
7068
import { ref, shallowRef, watch } from 'vue';
7169
import { usePlaceSearch } from '../composables/usePlaceSearch.js';
7270
import { objectTypes } from '../constants.js';

0 commit comments

Comments
 (0)