mount('#app'); // 在App.vue中使用<WujieVue>组件加载子应用 <template> <div id="app"> <router-view></router-view> <WujieVue name="cart" url="http://localhost:3000" :props="{ user: '张三' }"></WujieVue> </div> <...
wujie-vue2 1.0.28•Public• Published7 days ago This package does not have a README.Add a READMEto your package so that users know how to get started. Readme Keywords none 401 Version 1.0.28 License MIT Unpacked Size 460 kB
fix/wujie-vue2 #128 yiludegeclosed this as completedin 2232b83on Sep 12, 2022 yiludegeadded a commit that references this issue on Sep 12, 2022 fix: 修复 destroy 丢失 this 上下文的问题 (#128)... c4c42a3 Sign up for free to join this conversation on GitHub. Already have an account...
replace("/vue2", ""); /// const vue2Url = hostMap("//localhost:8081/") + "#" + path; const vue2Url = hostMap("//localhost:6100/") + "#" + path; const props = { jump: (name) => { navigation(`/${name}`); 6 changes: 3 additions & 3 deletions 6 create-wujie/template...
squallliucommentedSep 8, 2022 squallliumentioned this issueSep 8, 2022 fix/wujie-vue2#128 Merged 4 tasks yiludegeclosed this ascompletedin2232b83Sep 12, 2022 yiludegepushed a commit that referenced this issueSep 12, 2022 fix: 修复 destroy 丢失 this 上下文的问题 (#128) ...
wujie-vue2 yiludege esm 无界微前端Vue2组件封装Version 1.0.28 License MIT INSTALL Version: Static Open in jsfiddle Learn moreReadme Files Statistics Browse CDN Statistics Requests 0 Bandwidth 0 Top version - 0wujie-vue2 Files are loading... Selected files No files selected. Select the ...
提交符合commit规范 文档更改 测试用例添加 npm run test通过 详细描述 修复 destroy 报错问题 wujie-vue2 的 destroy 方法报错 #138 添加重新加载 app 接口 wujie-vue2 添加刷新接口 #139
npm install wujie-vue2 --save // 注意这里是在主应用中安装 1. 二、使用(主应用) 在项目入口文件中(main.js)引入无界 AI检测代码解析 import WujieVue from 'wujie-vue2' // 这个文件主要是配置一些子应用的测试环境地址 import hostMap from './hostMap.js' ...
wujie-micro / demo-vue2 Public Notifications Fork 0 Star 0 Code Issues Pull requests Actions Projects Security Insights CommitsBranch selector main User selector All users DatepickerAll time Commit History Commits on Jun 7, 2024 feat: demo修改 yiludegecommittedJun 7, 2024 98ac4f0 ...
<!DOCTYPE html>vue2