We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://idkhts.github.io/2021/01/19/Vue%E7%BB%84%E4%BB%B6%E7%9A%84Api%E7%BB%84%E4%BB%B6/#more
在使用vue框架时,正常的组件调用都是直接使用模板或使用选择器渲染,但在项目中有遇到,直接在js中用api弹出对话框的业务(公共逻辑的一个js文件夹中,代码使用了一个其它库,js直接弹出对话框);使用了vue框架,为了弹窗不必再引入其他库,就需要了解到vue组件的api式调用。 api式调用,指的就是可以在一段js代码中,直接渲染组件,比如这里的例子弹窗 12345//xx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://idkhts.github.io/2021/01/19/Vue%E7%BB%84%E4%BB%B6%E7%9A%84Api%E7%BB%84%E4%BB%B6/#more
在使用vue框架时,正常的组件调用都是直接使用模板或使用选择器渲染,但在项目中有遇到,直接在js中用api弹出对话框的业务(公共逻辑的一个js文件夹中,代码使用了一个其它库,js直接弹出对话框);使用了vue框架,为了弹窗不必再引入其他库,就需要了解到vue组件的api式调用。 api式调用,指的就是可以在一段js代码中,直接渲染组件,比如这里的例子弹窗 12345//xx
The text was updated successfully, but these errors were encountered: