Skip to content

Commit

Permalink
fix(vue): fix eslint warnings related to rule 'vue/max-attributes-per…
Browse files Browse the repository at this point in the history
…-line'
  • Loading branch information
murdos committed Sep 14, 2024
1 parent f6c0969 commit 5b6e43f
Showing 1 changed file with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
<template>
<div id="app">
<img alt="Vue logo" src="../../../../content/images/VueLogo.png" />
<img
alt="Vue logo"
src="../../../../content/images/VueLogo.png"
/>
<br />
<img alt="JHipster logo" src="../../../../content/images/JHipster-Lite-neon-green.png" />
<img
alt="JHipster logo"
src="../../../../content/images/JHipster-Lite-neon-green.png"
/>
<h1>{{ appName }}: Vue 3 + TypeScript + Vite</h1>

<p>
<a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener"> Vite Documentation </a>
<a
href="https://vitejs.dev/guide/features.html"
target="_blank"
rel="noopener"
> Vite Documentation </a>
|
<a href="https://v3.vuejs.org/" target="_blank" rel="noopener">Vue 3 Documentation</a>
<a
href="https://v3.vuejs.org/"
target="_blank"
rel="noopener"
>Vue 3 Documentation</a>
</p>

<p>
Expand Down

0 comments on commit 5b6e43f

Please sign in to comment.