mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Implement streamTabs and streamTabPanes slot
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = function(source) {
|
||||
const config = this.exec(source, this.resourcePath);
|
||||
const plugins = getPluginList(config).map((plugin) => `{
|
||||
module: require('${plugin}/client'),
|
||||
plugin: '${plugin}'
|
||||
name: '${plugin}'
|
||||
}`);
|
||||
|
||||
return stripIndent`
|
||||
|
||||
Reference in New Issue
Block a user