Skip to content

Commit 046dcc6

Browse files
committed
docs(view-ui): [add scroll components relate pr link]
1 parent 5f3dd46 commit 046dcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/resolvers/view-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function getCompDir(compName: string): string {
4747
* @link https://www.iviewui.com/
4848
* @description has known problems list below
4949
* - select component render error PR: https://github.com/view-design/ViewUI/pull/944, choose can't display value,because click option trigger twice,at second time,select value turn into undefined.
50-
* - scroll component has a template syntax called lang='html',it is require html-loader,but vite plugin not support yet,remove it can run.
50+
* - scroll component has a template syntax called lang='html',it is require html-loader,but vite plugin not support yet,remove it can run. relate pr: https://github.com/view-design/ViewUI/pull/985
5151
*/
5252
export function ViewUiResolver(): ComponentResolver {
5353
return (name: string) => {

0 commit comments

Comments
 (0)