forked from opentiny/tiny-vue
chore: add favicon (#1611)
This commit is contained in:
parent
df0f9f2431
commit
f12c81c7c6
Binary file not shown.
After Width: | Height: | Size: 547 B |
|
@ -7,6 +7,7 @@
|
|||
<title>TinyVue:一套跨端、跨框架的企业级 UI 组件库,支持 Vue 2 和 Vue 3,支持 PC 端和移动端</title>
|
||||
<meta name="description" content="TinyVue 是一套跨端、跨框架的企业级 UI 组件库,支持 Vue 2 和 Vue 3,支持 PC 端和移动端。">
|
||||
<meta name="keywords" content="vue,frontend,vue-components,component-library,renderless,renderless-components,mobile-components,tiny-vue,vue3,headless-components,opentiny,前端,UI组件库,Vue组件库,移动端组件,无渲染组件">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<!--图片引用方案:将PUBLIC_URL和DEPLOY_URL变量在header中提前定义,保证web-components可以获取到这两个变量,从而正确加载对应的主题样式文件-->
|
||||
<script type="module">
|
||||
window.PUBLIC_URL = import.meta.env.BASE_URL
|
||||
|
|
Loading…
Reference in New Issue