调整架构 添加base 基础工具模块
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { WebView, WebViewParam, ComponentConst, CommonRes, TitleBar, WebViewController, ScreenUtil } from '@devwiki/common_ui/Index';
|
||||
import { WebView, WebViewParam, ComponentConst, CommonRes, TitleBar, WebViewController } from '@devwiki/common_ui/Index';
|
||||
import { ScreenUtil } from '@devwiki/base'
|
||||
|
||||
@Entry
|
||||
@Component
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { ScreenUtil } from '@devwiki/common_ui/Index';
|
||||
import { ScreenUtil } from '@devwiki/base';
|
||||
import { WebPage } from './WebPage';
|
||||
|
||||
@CustomDialog
|
||||
|
Reference in New Issue
Block a user