么么叽
么么叽
const { defineConfig } = require('@efox/emp'); const path = require('path'); const vue3 = require('@efox/plugin-vue-3'); const appTitle = require('./package.json').title; const exposes = require('./expose-config'); const remotes = require('./remote-config'); module.exports = defineConfig({ plugins:...
两个项目使用的都是 const vue3 = require('@efox/plugin-vue-3');
这个测试仓库 随便玩 https://github.com/17722970136/emp-issue.git ------------------ 原始邮件 ------------------ 发件人: "empjs/emp" ***@***.***>; 发送时间: 2024年3月7日(星期四) 中午11:23 ***@***.***>; ***@***.******@***.***>; 主题: Re: [empjs/emp] 在库中使用vue插槽会使currentRenderingInstance为null (Issue #365) 请问有仓库吗 — Reply to this email directly, view it on GitHub, or unsubscribe. You...
使用组合式api exposes 的组件,ref 也会出现失去响应式的情况