徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
502 B

5 months ago
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.Button = void 0;
var _button = _interopRequireDefault(require("./src/button"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
_button.default.install = function (Vue) {
Vue.component(_button.default.name, _button.default);
};
var Button = _button.default;
exports.Button = Button;
var _default = _button.default;
exports.default = _default;