nativescript-material-bottomnavigationbar
Version:
NativeScript plugin to add a bottom navigation bar component for Android & iOS
13 lines • 565 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var bottomnavigationbar_1 = require("../bottomnavigationbar");
var installed = false;
exports.default = {
install: function (Vue) {
if (!installed) {
installed = true;
Vue.registerElement('MDBottomNavigationBar', function () { return bottomnavigationbar_1.BottomNavigationBar; }, {});
Vue.registerElement('MDBottomNavigationTab', function () { return bottomnavigationbar_1.BottomNavigationTab; }, {});
}
}
};
//# sourceMappingURL=index.js.map