Skip to content

Commit

Permalink
Merge pull request #355 from sronveaux/vuetify-plugins
Browse files Browse the repository at this point in the history
Add Vuetify plugins and linting rules
  • Loading branch information
sronveaux authored Nov 10, 2023
2 parents e5f69df + 8189ca6 commit 4226994
Show file tree
Hide file tree
Showing 10 changed files with 428 additions and 13 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
extends: [
// consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
'plugin:vue/essential',
'plugin:vuetify/recommended',
'@vue/standard'
],
rules: {
Expand Down
2 changes: 1 addition & 1 deletion app-starter/WguAppTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<slot name="wgu-before-content" />
<v-main app>
<v-container id="ol-map-container" fluid fill-height class="pa-0">
<v-container id="ol-map-container" fluid class="fill-height pa-0">
<wgu-map />
<!-- layer loading indicator -->
<wgu-maploading-status />
Expand Down
Loading

0 comments on commit 4226994

Please sign in to comment.