iron

Results 2 issues of iron

in logo comp, it's the better that title get from store

``` function Hello() { return } -------- ``` vite.config.ts ``` plugins: [ Vue(), vueJsx(), Components({ include: [/\.vue$/, /\.tsx$/], resolvers: [ ElementPlusResolver(), ], }), ] ``` result: - vite build ![image](https://user-images.githubusercontent.com/17466991/135217758-b04bda41-599e-4346-9c5a-e02d9bbb2ce3.png)...