9 lines
169 B
JavaScript
9 lines
169 B
JavaScript
((w) => {
|
|
w.ButtonMixins = {
|
|
computed: {
|
|
namespace: function () {
|
|
return `${this.namespacePath}/${this.projectPath}`;
|
|
}
|
|
}
|
|
};
|
|
})(window);
|