ivue-material-plus
Version:
A high quality UI components Library with Vue.js
14 lines (9 loc) • 369 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var install = require('../../utils/install.js');
var notice = require('./notice.js');
require('./index2.js');
const IvueNotice = install.withInstallFunction(notice["default"], "$notice");
exports.IvueNotice = IvueNotice;
exports["default"] = IvueNotice;
//# sourceMappingURL=index.js.map