Updated README and Removed lang in index.html

This commit is contained in:
Last2014 2025-06-07 16:56:28 +09:00
parent 1a62c498fb
commit a7eb4c42bb
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,2 @@
# Vue 3 + TypeScript + Vite # Iconify Test Vue.js
[Qiita記事](https://qiita.com/last2014/items/393f38b549da7246d65f)のVue.jsの使用例に使いました。
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).

View File

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="en"> <html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />