namespace.js.es6 169 Bytes
((w) => {
  w.ButtonMixins = {
    computed: {
      namespace: function () {
        return `${this.namespacePath}/${this.projectPath}`;
      }
    }
  };
})(window);