Skip to content

Commit

Permalink
chore: update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 3, 2022
1 parent 5149176 commit 773d292
Show file tree
Hide file tree
Showing 12 changed files with 2,344 additions and 2,169 deletions.
2 changes: 1 addition & 1 deletion .iyarc
@@ -1,5 +1,5 @@
# See https://github.com/nuxt/nuxt.js/issues/9284 for mor information
# These advisories won't affect nuxt

GHSA-4jqc-8m5r-9rpr
GHSA-rp65-9cf3-cjxr
GHSA-3j8f-xvm3-ffx4
2 changes: 1 addition & 1 deletion examples/async-component-injection/pages/_slug.vue
Expand Up @@ -18,4 +18,4 @@ export default {
}
</script>

<style src="@/assets/css/post.css"/>
<style src="@/assets/css/post.css" />
2 changes: 1 addition & 1 deletion examples/async-component-injection/pages/index.vue
Expand Up @@ -27,4 +27,4 @@ export default {
}
</script>

<style src="@/assets/css/index.css"/>
<style src="@/assets/css/index.css" />
1 change: 1 addition & 0 deletions examples/jest-vtu-example/components/Btn/Btn.vue
Expand Up @@ -6,6 +6,7 @@

<script>
export default {
// eslint-disable-next-line vue/no-reserved-component-names
name: 'Button',
props: {
label: {
Expand Down
1 change: 1 addition & 0 deletions examples/named-views/pages/index/section.vue
Expand Up @@ -7,6 +7,7 @@

<script>
export default {
// eslint-disable-next-line vue/no-reserved-component-names
name: 'Section'
}
</script>
Expand Down
1 change: 1 addition & 0 deletions examples/named-views/pages/main.vue
Expand Up @@ -37,6 +37,7 @@

<script>
export default {
// eslint-disable-next-line vue/no-reserved-component-names
name: 'Main'
}
</script>
Expand Down
2 changes: 2 additions & 0 deletions examples/storybook/layouts/default.vue
Expand Up @@ -19,6 +19,7 @@
<v-icon>{{ item.icon }}</v-icon>
</v-list-tile-action>
<v-list-tile-content>
<!-- eslint-disable-next-line vue/no-v-text-v-html-on-component -->
<v-list-tile-title v-text="item.title" />
</v-list-tile-content>
</v-list-tile>
Expand All @@ -44,6 +45,7 @@
>
<v-icon>remove</v-icon>
</v-btn>
<!-- eslint-disable-next-line vue/no-v-text-v-html-on-component -->
<v-toolbar-title v-text="title" />
<v-spacer />
<v-btn
Expand Down
1 change: 1 addition & 0 deletions examples/with-vuetify/layouts/default.vue
Expand Up @@ -20,6 +20,7 @@
<v-list-item-avatar>
<img :src="`https://randomuser.me/api/portraits/men/${item.picture}.jpg`" alt="">
</v-list-item-avatar>
<!-- eslint-disable-next-line vue/no-v-text-v-html-on-component -->
<v-list-item-title v-text="item.text" />
</v-list-item>
</v-list>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"@babel/preset-env": "^7.18.6",
"@ls-lint/ls-lint": "^1.11.2",
"@nuxtjs/eslint-config": "^11.0.0",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/named-views/pages/index/section.vue
Expand Up @@ -4,6 +4,7 @@

<script>
export default {
// eslint-disable-next-line vue/no-reserved-component-names
name: 'Section'
}
</script>
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/named-views/pages/main.vue
Expand Up @@ -7,6 +7,7 @@

<script>
export default {
// eslint-disable-next-line vue/no-reserved-component-names
name: 'Main'
}
</script>
Expand Down
4,497 changes: 2,332 additions & 2,165 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 773d292

Please sign in to comment.